I want to display author gravatar on posts. How to do this?

If you’re in the Loop:

echo get_avatar( get_the_author_meta('ID') );

Leave a Comment