Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Add Local Avatars

    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

Viewing 1 replies (of 1 total)