Adding this snippet to your WordPress theme within the loop will display the current authors avatar.
<?php echo get_avatar( get_the_author_email(), '60' ); ?>
Adding this snippet to your WordPress theme within the loop will display the current authors avatar.
<?php echo get_avatar( get_the_author_email(), '60' ); ?>
Leave a Reply