now outputting the post meta information from a function (similar to twentyeleven)

This commit is contained in:
Ben Word
2011-09-21 19:35:20 -06:00
parent 4a99d5bcd4
commit 5555709aa5
4 changed files with 11 additions and 7 deletions

View File

@@ -13,8 +13,7 @@
<?php roots_post_inside_before(); ?>
<header>
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<time pubdate datetime="<?php the_time('c'); ?>"><?php printf(__('Posted on %s at %s.', 'roots'), get_the_time('l, F jS, Y'), get_the_time()); ?></time>
<p class="byline author vcard"><?php _e('Written by', 'roots'); ?> <?php the_author_posts_link(); ?></p>
<?php roots_entry_meta(); ?>
</header>
<div class="entry-content">
<?php the_excerpt(); ?>