get_avatar() pulling Gravatar URL, not uploaded image
-
Hi,
I’ve installed your plugin to help get away from the use of Gravatar. I’ve uploaded a headshot to one of our users, but when I go on the site, it’s showing the default gravatar image: https://0.gravatar.com/avatar/?s=96&d=mm&r=g
This is all I’m doing in my themes authorbox.php file:
$author_image = get_avatar();
<?php echo $author_image; ?>Shouldn’t that be pulling the uploaded image? I checked the profile, the headshot is there and selected as the one to use. “Show Avatars” is checked in the discussion settings. I’ve tried it with all other plugins deactivated. Still no luck.
Any thoughts?
- The topic ‘get_avatar() pulling Gravatar URL, not uploaded image’ is closed to new replies.