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

@@ -5,8 +5,8 @@
<?php roots_post_inside_before(); ?>
<header>
<h1 class="entry-title"><?php the_title(); ?></h1>
<time class="updated" datetime="<?php the_time('c'); ?>" pubdate><?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> </header>
<?php roots_entry_meta(); ?>
</header>
<div class="entry-content">
<?php the_content(); ?>
</div>