Posts tagged: gravatar

WordPress comment gravatars

Now that gravatar are part of the Automattic family… WordPress 2.5 has the get_avatar() function

echo get_avatar( $email); //sends an md5 hash of the email, returns the user avatar or if nothing found returns the gravatar.com default image
Read more »