Remove the entry-meta class from footer element's in content templates. Keep entry-footer class for this purpose.
This commit is contained in:
parent
1a8d576e65
commit
e32f0ded99
3 changed files with 5 additions and 5 deletions
|
@ -20,5 +20,5 @@
|
|||
) );
|
||||
?>
|
||||
</div><!-- .entry-content -->
|
||||
<?php edit_post_link( __( 'Edit', '_s' ), '<footer class="entry-meta entry-footer"><span class="edit-link">', '</span></footer>' ); ?>
|
||||
<?php edit_post_link( __( 'Edit', '_s' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer>' ); ?>
|
||||
</article><!-- #post-## -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue