Title: Setting up Gravatar
Last modified: August 18, 2016

---

# Setting up Gravatar

 *  Resolved [Robin](https://wordpress.org/support/users/hismuse/)
 * (@hismuse)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/setting-up-gravatar/)
 * On my last theme it worked and now it’s not working on this theme. I did it exactly
   the same way I thought. Anyway my site is [http://fragilemusings.net](http://fragilemusings.net)
   and here is what I put on the comments php setup:
 * <?php if ($comments) : ?>
    <h3 id=”comments”><?php comments_number(__(‘Comments’),
   __(‘1 Comment’), __(‘% Comments’));?></h3>
 *  <ol id=”commentlist”>
 *  <?php foreach ($comments as $comment) : ?>
 * <img src=”<?php gravatar() ?>” alt=”” />
 *  <li id=”comment-<?php comment_ID() ?>”>
    <h4 class=”commentauthor”><?php comment_author_link()?
   > <?php _e(‘said,’); ?></h4>

The topic ‘Setting up Gravatar’ is closed to new replies.

## Tags

 * [Setup](https://wordpress.org/support/topic-tag/setup/)

 * 0 replies
 * 1 participant
 * Last reply from: [Robin](https://wordpress.org/support/users/hismuse/)
 * Last activity: [20 years, 5 months ago](https://wordpress.org/support/topic/setting-up-gravatar/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
