Support » Plugins » add User Photo to Author widget

  • I’ve got both the User Photo and exec-php widgets installed on my blog. I’ve inserted this into a text widget to display my author list in my sidebar:

    <?php wp_list_authors(‘show_fullname=1’); ?>

    And it’s working fine. I’d like to display each author’s associated thumbnail next to the link to their archive page. I’ve already got the full-size photo on the author archive pages, and that seems to be working fine.

    I don’t know php very well; how do I do this?

    The template tag for the thumbnail is userphoto_the_author_thumbnail().

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘add User Photo to Author widget’ is closed to new replies.