_s: Simplify entry meta output

- Add entry-footer consistency between content-*.php files
- Move in a function _s_entry_meta() to avoid duplicate
This commit is contained in:
Thomas Guillot 2014-06-27 12:57:31 +01:00
parent 5106a9e3e4
commit f2881285b7
5 changed files with 37 additions and 91 deletions

View file

@ -20,7 +20,8 @@
) );
?>
</div><!-- .entry-content -->
<footer class="entry-footer">
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="edit-link">', '</span>' ); ?>
<?php _s_entry_meta(); ?>
</footer><!-- .entry-footer -->
</article><!-- #post-## -->