Hello trils,
I got Avatars working on my blog’s home page yesterday. I show the author’s avatar in Article headers. Editing the theme’s index.php file I insert:
<?php echo get_avatar(get_the_author_ID()); ?>
where I wanted the avatar to appear.
Allen