Add entry-footer class to footer elements in an entry.

This commit is contained in:
Matthew Simo 2014-03-03 17:12:51 -06:00
parent 5de96cdb72
commit 1a8d576e65
3 changed files with 5 additions and 5 deletions

View file

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