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.
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.
Checking back to see if anyone can help me on this?
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
This topic has been closed to new replies.