View Single Post
  #1  
Old 10-09-2012, 02:29 AM
devplus devplus is offline
Registered User
Genesis Member
 
Join Date: Jul 2012
Location: ON, Canada
Posts: 186
Default Display Author Gravatar in Post

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.