Archived topic
How do I add the author's Gravatar image on the author box?
7 replies · Started by Frank on October 31, 2019
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 there,
This should help:
https://en.gravatar.com/
Hi Leo,
I already have a gravatar... how do I get the GeneratePress theme to pick it up?
Thank!
It should pick it up by default.
Have you tried doing this first?
https://www.screencast.com/t/VCxfdIgJTzz
If that doesn't help then try disabling all plugins except GP Premium.
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