Remove the entry-meta class from footer element's in content templates. Keep entry-footer class for this purpose.

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

View file

@ -31,7 +31,7 @@
</div><!-- .entry-content -->
<?php endif; ?>
<footer class="entry-meta entry-footer">
<footer class="entry-footer">
<?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
<?php
/* translators: used between list items, there is a space after the comma */
@ -59,5 +59,5 @@
<?php endif; ?>
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="edit-link">', '</span>' ); ?>
</footer><!-- .entry-meta.entry-footer -->
</footer><!-- .entry-footer -->
</article><!-- #post-## -->