• Hi. I found this code from one of the posts which allow you to display the author’s picture in the author page.

    <?php the_post(); userphoto_the_author_photo(); rewind_posts(); ?>

    My problem is that the authors uploaded pictures in different sizes. What code should I add to resize the pictures?

    Thanks. Any help is appreciated.

  • The topic ‘How to resize the user photo in Author Page’ is closed to new replies.