I had gravatars displaying after upgrading to 2.5, but after going on to 2.5.1, the default "no gravatar" icon shows up for everyone. The gravatars show up in the comments admin screen, just not in the comments. Suggestions, please?
I had gravatars displaying after upgrading to 2.5, but after going on to 2.5.1, the default "no gravatar" icon shows up for everyone. The gravatars show up in the comments admin screen, just not in the comments. Suggestions, please?
Can you paste a code sample?
This was working before:
<?php
echo get_avatar( get_comment_author_email() );
?>
Thanks,
Cyn
Try this:
echo get_avatar($comment);
That works! Thank you!
Cyn
This helped.. thanks.
This topic has been closed to new replies.