I am trying to add my gravatar to posts. I have tried numerous plug-ins and I inserted this to index.php:
<?php $author_email = get_the_author_email(); echo get_avatar($author_email, '60');?>
This works, but it also adds my gravatar to the slideshow "frame" on my static homepage.
Is there something I can do to remedy this?
www.southernsentiment.com
Thanks in advance!
Jennifer