• Hi there,

    I want to link an author to their author archive page..

    How do I do this?

    <?php the_author_posts_link(); ?><?php userphoto_the_author_photo() ?>

    Currently shows author name and avatar individually…

    Required output function:

    <a href="/author/authorxyz"><img src="authorimage.jpg"></a>

The topic ‘Link avatar to authors posts’ is closed to new replies.