Title: WP-Gravatar Plugin Installation Issue??
Last modified: August 19, 2016

---

# WP-Gravatar Plugin Installation Issue??

 *  [afiovino](https://wordpress.org/support/users/afiovino/)
 * (@afiovino)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wp-gravatar-plugin-installation-issue/)
 * 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)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wp-gravatar-plugin-installation-issue/#post-844713)
 * 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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/wp-gravatar-plugin-installation-issue/#post-844713)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
