Will the gravatar plugin work with 1.5 wordpress?
Will the gravatar plugin work with 1.5 wordpress?
Yes I am currently using it on the 2005-1-03 nightly. Works like a charm.
Can you point me to the plugin? how did you install? Difficulty?
BUMP
PLUGIN LOCATION?
Have you done a search ?
And did you have to shout ?
Did a search. found other posts about the plugin but not the actual plugin....
Shout? What shout?
thanks man. Much appriciated.
Where do i put the coding for this? I know it should be in the wp-comment.post but where exactly does the include go in there?
bump. No shout........LOL now I know what that means. Capital letters! LOL
just put the code whereever you want the image to go. Usually this is right next to the comment authors name
thanks. Last question. Im using 1.5 there have been some changes. What file do i look into to add the include?
Im not getting it to work. I keep getting parse errors.
I've been adding this to the wrong damn file! dang!
figured it out! haha. Sorry for all these damn posts!.
For those experiencing the problem, you have to open the themes COMMENT files, not the main one. oh boy. Wish they had some smileys to explain how dumb I feel right now
The theme comments file? I added the line to my comments.php file in my theme directory and I'm getting errors with it. All I get is a line of code where it should be. Something to the extent of http://www.gravatar.com/avatar.php?gravatar_id=5554493808a230b0aa40ec5f75cafd0a&rating=R&size=40
any other ideas? I'm using 1.5b1
You need to place the <?php gravatar ?> part into an image tag for it to work as such:
<img src="<?php gravatar_function_thing(); ?>" title="<?php comment_author(); ?>'s Gravatar" height="" width="" />
This topic has been closed to new replies.