I cannot seem to get gravatars to work with the latest Strayhorn download of wordpress. Anyone know how to fix this?
I cannot seem to get gravatars to work with the latest Strayhorn download of wordpress. Anyone know how to fix this?
:( Podzie? Anyone?
I had no problems getting them working - just reactivated the plugin and added
<img src="<?php gravatar('', '50') ?>" alt="" />
back into my comments template.
What errors is it giving you?
It isn't giving me any errors, it just simply isn't working. I ran it fine with 1.5 beta, but when I upgraded to Strayhorn, they stopped working :(
Where is the code in your coments template ?
Looking at http://geeksmakemehot.com/archives/2005/buried-treasure/#comments I see no code ?
I have deactivated the plugin, deleted it, uploaded, activated and still no go.
This is the code I'm using in my comments temp:
<img src="<?php gravatar("R", 80, "http://www.geeksmakemehot.com/images/sample.gif", "704a25" ); ?>" alt="gravatar" class="gravatar" />
With this in the CSS
.gravatar {
float:left;
padding: 5px;
}
Here is my whole comments.php file
Try this
<p><img src="http://www.geeksmakemehot.com/images/sample.gif" alt="gravatar" class="gravatar" />
instead of the line using php ?
It's just to rule something in/out.
Tried that Podz... nothing :(
Podz is my masta
Soooo...it's working now? Let us know, please! :)
Oh yes :)
oh, what you have to do is switch templates and switch it back to your previous template for the new php to work.
This topic has been closed to new replies.