Skip to content

Instantly share code, notes, and snippets.

@ghankerson
Created March 3, 2014 15:37
Show Gist options
  • Save ghankerson/9327546 to your computer and use it in GitHub Desktop.
Save ghankerson/9327546 to your computer and use it in GitHub Desktop.
<?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