Forum Replies Created

Viewing 1 replies (of 1 total)
  • I would like to be able to use this with:

    <?php echo get_avatar( get_the_author_meta(‘user_email’, $author->post_author ), 80); ?>

    instead of the thumb plugin suggested. I tried using the above code instead of the one that came with the plugin:

    <?php $author->user_thumbnail( ‘<p>’, ‘</p>’ ); ?>

    however, the avatar image shows nothing but the default gravatar logo. Is there something else I should be editing?

    Thanks.

Viewing 1 replies (of 1 total)