• Hi!
    I’m using this code to show co-authors profile in the ‘author.php’ template page:

    <?php if ( function_exists( 'coauthors' ) ) { coauthors(); } else { the_author(); } ?>

    In such a way, the page shows all the co-authors of the current post; is there a way to create a page for each single co-author?

    Thanks so much!
    Luca

    • This topic was modified 6 years, 3 months ago by Luca Rosati.
    • This topic was modified 6 years, 3 months ago by Luca Rosati.
    • This topic was modified 6 years, 3 months ago by Luca Rosati.
  • The topic ‘Showing a single co-author in ‘author.php’ page’ is closed to new replies.