Forums

Recent Comments with Avatars (5 posts)

  1. keydin
    Member
    Posted 4 years ago #

    Does anyone know where I can find a plugin for my self hosted WP does recent comments with favatars, and styled like the wp hosted blogs at wordpress.com (with the ghost men)?

    I have tried comvatars, but they don't look as nice.

  2. keydin
    Member
    Posted 4 years ago #

    Checking back to see if anyone can help me on this?

  3. keydin
    Member
    Posted 4 years ago #

    Still trying to find information on this. Is there anyone from WordPress that can help me out?

  4. LydiaLeibs
    Member
    Posted 3 years ago #

    I would love to have this too.

  5. threestyler
    Member
    Posted 3 years ago #

    Gravatar functionality is built into WordPress 2.5 . It's fairly easy to implement you just need to add:

    <?php echo get_avatar($author_email, $size, $default_avatar ); ?>

    Inside the foreach loop in comments.php

    More details in the codex

Topic Closed

This topic has been closed to new replies.

About this Topic