Viewing 2 replies - 1 through 2 (of 2 total)
  • You can get the avatar outside of the Loop if you pass the author ID to the code. For example, if you know the author ID to be 1 and you want the size to 96px, then you would just use:

    <?php echo get_wp_user_avatar(1, 96); ?>

    Thread Starter bcw00

    (@bcwint00)

    Thank you! Great plugin ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I display a selected author's avatar outside the loop?’ is closed to new replies.