View Single Post
  #1  
Old 03-06-2009, 08:26 AM
jchen127127 jchen127127 is offline
Registered User
Pro Plus Member
 
Join Date: Jan 2009
Posts: 5
Default How to display gravatar to the left of the post title?

I'm running a multi-user site so I'd like each author's gravatar to appear next to the post title, same as Mashable.com does. Currently the gravatar shows up in the actual post.

According to this link: http://themeshaper.com/how-to-add-grava ... wordpress/, this line should be inserted somewhere in the code, <?php echo get_avatar( get_the_author_email(), '80' ); ?>.

Thanks in advance!