Jun 11 2008
Success in Gravator
Hi friends at last i got succeeded in getting my Gravator image with the help of Rachel. I was thinking of trying this long back and due to my laziness i dint even give a try and few days back after seeing the post in Rachel’s Blog i thought of giving a try and then asked her help and also followed the steps given in that post. I wont tell that i have done a great thing but somewhat i feel nice to see my pic in the comment section.Let me again put those steps to get the Gravator image.

Go to theme editor in the design section and select the comment tab
after this line insert the following code:
$grav_default = get_bloginfo(’template_directory’) . “/images/gravatar_default.gif” ;
$grav_size = 40 ; // size of the image
$grav_email = $comment->comment_author_email ;
$grav_url = “http://www.gravatar.com/avatar.php?gravatar_id=” . md5($grav_email) . “&default=” . urlencode($grav_default) . “&size=” . $grav_size ;
?>
Says: before this line add the following code:
