_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:
parent
5106a9e3e4
commit
f2881285b7
5 changed files with 37 additions and 91 deletions
|
@ -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-## -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue