Forums

[resolved] Don't show avatar in a certain category (2 posts)

  1. Dawn Wolf
    Member
    Posted 1 year ago #

    Is there's a way to show author's avatar and name on all posts except for one category on the single.php?

  2. Dawn Wolf
    Member
    Posted 1 year ago #

    Figured it out:

    <?php $post = $wp_query->post; if ( !in_category('5') ) { ?>
    <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?> <br><span class="writtenby">Written by:
    <?php the_author_posts_link(); ?><?php } ?>
    </span>

Topic Closed

This topic has been closed to new replies.

About this Topic