Skip to content

Instantly share code, notes, and snippets.

@micahwave
Created June 6, 2012 15:36
Show Gist options
  • Select an option

  • Save micahwave/2882736 to your computer and use it in GitHub Desktop.

Select an option

Save micahwave/2882736 to your computer and use it in GitHub Desktop.
<article id="article-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h3 class="entry-category">Category</h3>
<h1 class="entry-title">Article Title</h1>
<div class="entry-meta">
<span class="entry-byline">By Author</span>
<span class="entry-data">Date</span>
<span class="entry-comments">0 Comments</span>
</div>
</header>
<div class="entry-content">
<?php the_content(); ?>
<aside></aside>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment