Skip to content

Commit

Permalink
Added catch-all content template part.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarst committed Jan 13, 2014
1 parent 7c856df commit 80097fe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

<h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>

<section class="description">
<?php the_excerpt(); ?>
</section>

<section class="long-description">
<?php the_content(); ?>
</section>

<section class="meta">Used by TODO | Uses TODO | TODO Examples</section>

</article>

0 comments on commit 80097fe

Please sign in to comment.