Hi!
We are using multi-author blog at http://www.prominda.com and would like to make it easier for the guest bloggers to add a photo ie. not requiring to create a gravatar account.
We have installed “custom user profile photo” plugin to add users the profile photos in users page, but those do not change the photo in the enfold blog. any help?
BR,
Jussi
Hi jmarkula!
That should be on line 115 in /enfold/includes/loop-index.php.
$gravatar = get_avatar($author_email, '81', "blank", $gravatar_alt);
If the plugin has a function for displaying the user image then you can switch it there.
Best regards,
Elliott
Thank you, I’ll try that! :)