Not long ago, Gravatar (globally recognized avatar) was new and shiny, and people were implementing it into their blogs. Gravatar has since become easy to implement and users can simply put in their themes comment.php file: <?php echo get_avatar( $comment, 32 ); ?> Where 32 would designate the pixel size of the image that the
[Continue Reading...]