• Hello,

    Last week I downloaded the WP-Gravatar plugin for WordPress 2.5. The installation process went quick and easy, but from there no progress has been made.

    I visit my site, my personal Gravatar that I setup is not displayed, nor is there any option when guests visit the site to upload theirs.

    I saw several sites online listing that you have to add the “<?php do_action(‘gravatar’) ?>” code to your comments.php file, but there was no specific instructions as to where to add to this code.

    I thought the plugin had everything built in? I guess I was wrong. If someone could be so kind to let me know how to get my Gravatars up and running that would be great.

    Thanks,

    Andrew

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    WordPress now has built in support for gravatars, you don’t need the plugin anymore.

    Just edit your comments.php file, and somewhere in the comments loop, add this code:
    <?php echo get_avatar( $comment, 32 ); ?>

    That will get and display a 32 pixel size gravatar for the comment author. You may have to add styling and such to make it show up where you want it to show up.

Viewing 1 replies (of 1 total)
  • The topic ‘WP-Gravatar Plugin Installation Issue??’ is closed to new replies.