_s: Update to entry meta output. See #537

* Rename function
* Move edit link outside of function
* Remove comments link on single post
This commit is contained in:
Thomas Guillot 2014-09-04 13:28:24 +02:00
parent ba1258f365
commit 2990f8260c
5 changed files with 11 additions and 10 deletions

View file

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