Simply paste the following code where you’d like the author Gravatar to be displayed. Please note that this code must be used within the loop.
<?php echo get_avatar( get_the_author_email(), '80' ); ?>
Thanks to Emoticode for the tip!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Simply paste the following code where you’d like the author Gravatar to be displayed. Please note that this code must be used within the loop.
<?php echo get_avatar( get_the_author_email(), '80' ); ?>
Thanks to Emoticode for the tip!