WordPress – insert the Gravatar icon into the comment section

In your comments.php file the one under your current theme folder there is a line of code:

replace that line with the following block of code,having a backup of the file first :
comment_author_email).”’ style=’padding-top: 15px’ />”;
}
else {
echo ““;
}
comment_text();
?>
you can see the result here: Link to a post with comments
enjoy

Leave a comment

Your email address will not be published.