Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #350138

    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

    #350320

    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

    #350361

    Thank you, I’ll try that! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Profile photo without Gravatar’ is closed to new replies.