Gravatars on user profiles
-
I did a search but couldn’t find the answer.
I’m using the gravatar plugin for my comments and it works great. I have created user profile pages and I’m trying to do some different things with them because at the moment, they’re pretty boring. – You can see my user profile page here: https://heather-anne.com/?author=1
I’m trying to add gravatars to the page. Right now I have the same code from my comments placed on the page:
<img src=”<?php gravatar(“R”, 80, “https://heather-anne.com/images/defaulticon.png”); ?>” class=”gravatar” />
But all I’m getting is my default gravatar.
I know I’m missing something, but I can’t figure it out (and I just don’t have the time to sit here and play with codes.)
Any suggestions?
- The topic ‘Gravatars on user profiles’ is closed to new replies.