I obediently updated to WordPress 2.5.1, and lost my Gravatars. I’ve checked the settings, and they’re still enabled. They’re definitely still in my templates, but nobody gets anything but the default “no gravatar” picture. Buh?
Post navigation
4 thoughts on “Where are my Gravatars?”
Comments are closed.
<?php
echo get_avatar( get_comment_author_email() );
?>
to
<?php
echo get_avatar($comment);
?>