• 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter keydin

    (@keydin)

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

    Thread Starter keydin

    (@keydin)

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

    I would love to have this too.

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Recent Comments with Avatars’ is closed to new replies.