I just want to add author gravatar near the name of the author. I know that I have to add something in the single.php file, but what to add? Thanks!

2 Answers
2

If you’re in the Loop:

echo get_avatar( get_the_author_meta('ID') );

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *