Hey everyone,
I've been using Gravatars on my Wordpress site - seems okay, couldn't really find anything better. I found a post on here with some code for Gravatars - but as it says in the post the code bring backs an error.
I'm just wondering if anyone uses Gravatars or any other image function that they could recommend and explain how to go about it.
I use the default theme.
Also, I can't seem to but any space between the submit radio button and the comment box. Any tips?
As always,
Thanks!!!
Are you talking about this gravatar hack? http://www.zenphoto.org/support/topic.php?id=235&replies=12 The code seems to be fine. Anyway I'm going to use gravatar on my site but didn't have a time to do it ... yet
If you follow instructions from the gravatar then it should work http://en.gravatar.com/site/implement#section_3_1 . Some others were stating that it works Or there might be some additional spaces which have to be removed from the code ...
Sure. The default image is set in this variable $default = "http://domain.tld/yourdefaultgravatar.jpg"; just change the url to your domain and your picture. It works like that you provide to gravatar an email along with your default location of a picture and if the users email is not found then gravatar returns the default path you specified. That's the way how it works