Twenty Thirteen: remove Author Bio from post formats that are essentially quotes from other people, like Quote and Chat. Props obenland and markjaquith -- see #24176.
git-svn-id: https://develop.svn.wordpress.org/trunk@24167 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
11ba4ed67a
commit
5de3516c2c
@ -27,9 +27,5 @@
|
||||
<footer class="entry-meta">
|
||||
<?php twentythirteen_entry_meta(); ?>
|
||||
<?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?>
|
||||
|
||||
<?php if ( is_single() && get_the_author_meta( 'description' ) && is_multi_author() ) : ?>
|
||||
<?php get_template_part( 'author-bio' ); ?>
|
||||
<?php endif; ?>
|
||||
</footer><!-- .entry-meta -->
|
||||
</article><!-- #post -->
|
||||
|
@ -23,9 +23,5 @@
|
||||
</span><!-- .comments-link -->
|
||||
<?php endif; // comments_open() ?>
|
||||
<?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?>
|
||||
|
||||
<?php if ( is_single() && get_the_author_meta( 'description' ) && is_multi_author() ) : ?>
|
||||
<?php get_template_part( 'author-bio' ); ?>
|
||||
<?php endif; ?>
|
||||
</footer><!-- .entry-meta -->
|
||||
</article><!-- #post -->
|
||||
|
@ -2109,8 +2109,7 @@ footer.entry-meta {
|
||||
margin: 0 30px 30px 0;
|
||||
}
|
||||
|
||||
.single-format-status .author-description,
|
||||
.single-format-quote .author-description {
|
||||
.single-format-status .author-description {
|
||||
color: #f7f5e7;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user