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!