• I’m using the Blix theme at my blog. It has the gravatar plugin built in into the comments, but for some reason the avatars aren’t showing up. Any ideas as to why?

    I have the gravatar plugin in active, the correct directiores chmod so the images can be cached, what else am I missing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • you need to have gravatar.php installed in your plugin folder. go to gravatar.com and get this wp-plugin.

    Not only do you need the plugin activated, you need to add code to the comments template. In your case, you’ll need to add the code:

    <img src="<?php gravatar() ?>" alt="" height="40" width="40" />

    to the file comments.php in your theme. You’ll need to add this code wherever you want the gravatar to appear. I have created a one row two column table on my comments so the gravatar always appears at the far right of the author line of the comment.

    nope, billh, for the blix theme, it has already the support for gravatars.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gravatars Not Appearing’ is closed to new replies.