Viewing 5 replies - 1 through 5 (of 5 total)
  • I’ll edit this in light of the next post…

    That’s up to you!

    If you want a Gravatar with each comment, you’ll have to find the page in your template that generates the comments.
    In the default theme it is comments.php.
    You will find the loop that loops through and presents all comments for a post. It starts like this:

    <?php foreach ($comments as $comment) : ?>
    Identify where you want the Gravatar to appear inside the loop.

    ( Someone else may give better instructions )

    Personally, I use Skippy’s Gravatars plugin.

    Works nicely 🙂

    Hmm..thanks, good advice!

    Thread Starter dudez12

    (@dudez12)

    So i add it under this??:
    <?php foreach ($comments as $comment) : ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gravatar’ is closed to new replies.