Gravatar not showing on Author Profile page
-
Good day guys,
I’m using Gravatar on my blog and it is kind of funny that Gravatar images are showing on Posts (Single pages) but not showing up on Author Profiles.
Please see this link to understand what I’m saying:
https://sharecommons.com/author/pangel/
On this page, the gravatar images don’t show up. But if you click on any of pangel’s articles, you will see her gravatar on her posts. The only difference in the code of gravatar is that on SINGLE post pages, the size is set to 63. But on profile, the size of the gravater is set to 100. As I look at the codes, both codes look exactly same (except the size):<?php echo get_avatar( get_the_author_email(), '63' ); ?> <?php echo get_avatar( get_the_author_email(), '100' ); ?>
I’m unable to understand what am I doing wrong. Also, if you look the source code on client side, you will find the different MD5 for the same author.
Please suggest what can I do to fix this issue and display gravatar images on Author profile pages.
Many thanks to anyone who can help.
Regards.
- The topic ‘Gravatar not showing on Author Profile page’ is closed to new replies.