I would like to link the authors' avatars in my loop to the author's other posts in a similar way to <?php the_author_posts_link(); ?>. Is there an equivalent to use in a <a> tag?
I found a way to do it by modifying the Avatars plugin (http://wordpress.org/support/topic/350745), though it didn't work with 'ugly' permalink structure. I'd find it much more simple if I could juste wrap the images in a link.
Thank you for any help you can provide!