Hi,
How do I show author gravatar on the post (for example besides the post title or post info) ?
I know I can use the code below inside the loop:
HTML Code:
<?php echo get_avatar( get_the_author_email(), '80' ); ?>
I'm using the default blog template. So, what is the genesis way of doing this since there are no single.php or index.php?
Btw, I already know how to output the author gravatar using the featured post widget.