Created
June 6, 2012 15:36
-
-
Save micahwave/2882736 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
| <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