Add entry-footer class to footer elements in an entry.
This commit is contained in:
parent
5de96cdb72
commit
1a8d576e65
3 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<footer class="entry-meta">
|
||||
<footer class="entry-meta entry-footer">
|
||||
<?php
|
||||
/* translators: used between list items, there is a space after the comma */
|
||||
$category_list = get_the_category_list( __( ', ', '_s' ) );
|
||||
|
@ -58,5 +58,5 @@
|
|||
?>
|
||||
|
||||
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="edit-link">', '</span>' ); ?>
|
||||
</footer><!-- .entry-meta -->
|
||||
</footer><!-- .entry-meta.entry-footer -->
|
||||
</article><!-- #post-## -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue