<?php if(function_exists(‘get_avatar’)){
echo get_avatar($comment, ’50′);
} ?>
This is the code which is to be added to the comments.php file inside the comment loop as per the placement requirement… worked fine here on Insanity Rediscovered.
<?php if(function_exists(‘get_avatar’)){
echo get_avatar($comment, ’50′);
} ?>
This is the code which is to be added to the comments.php file inside the comment loop as per the placement requirement… worked fine here on Insanity Rediscovered.