Advertisement
perazite

WP show author avatar only when cat is author

Dec 21st, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php if (is_author()) { ?>
  2. <div class="profile-image"><?php echo get_avatar( get_the_author_meta( 'ID', $author_id ), '90' ); ?></div>
  3. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement