Site logo

Archived topic

How do I add the author's Gravatar image on the author box?

7 replies · Started by Frank on October 31, 2019

Viewing posts 1–8 of 8

Hi,
Any idea how I show the author's gravatar on the "About the Author" box on posts? Mine currently shows a plain avatar.
Thanks!

Hi Leo,
I already have a gravatar... how do I get the GeneratePress theme to pick it up?
Thank!

Did the above and disabled every plug-in except GP Premium and still not seeing the gravatar.

Hi there,

go to Appearance > Elements and edit the Author Box Hook. Find this line:

<div class="avatar"><?php echo get_avatar( get_the_author_meta( $author_id )); ?></div>

And change it to:

<div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' )); ?></div>

That worked! Thanks!

Glad to be of help

This archived topic is closed to new replies.