Created
March 3, 2014 15:37
-
-
Save ghankerson/9327546 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
get_header(); | |
$lede_id = get_option('home_lede'); | |
die($lede_id); | |
?> | |
<h1>You Suck!</h1> | |
<header> | |
<div class="left"> | |
Lede Image here | |
</div> | |
<div class="right"> | |
Latest blog items here | |
</div> | |
</header> | |
<section id="featured"> | |
<div class="wrapper"> | |
<div class="left"> | |
<div class="left"> | |
Featured left items here | |
</div> | |
<div class="right"> | |
Featured right items here | |
</div> | |
</div> | |
</div> | |
</section> | |
<aside class="right"> | |
Right column items here | |
</aside> | |
<?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment