![]()
gravatar are displaying in the comment to identify the comment author…but now to indentify the post author we can also use gravatar. For that please use this code into your wordpress blog, simply paste the following code on your main index template and single.php file.
< ?php echo get_avatar( get_the_author_email(), '70' ); ? >
get_the_author_email outputs the post author’s email and the “70†is the size of the avatar image in pixels. It depends on how you use it where you put it in the theme and how you style it.
Thanks,
















Recent Comments