• Hi,
    I’ve installed Co-Authors Plus plugin in my Block theme (from Organic Themes).

    I want to show multiple authors in my posts but I’ve not succeeded till now. I can only see only one author.
    I’ve read some posts in this forum about the subject but to no avail.

    The part that I have changed is the:

    <?php the_author_posts_link(); ?>

    to

    <?php if ( function_exists( ‘coauthors_posts_links’ ) ) { coauthors_posts_links(); } else { the_author_posts_link(); } ?>

    in the page_blog.php.

    Do I’ve to add a function in the functions.php in order to work properly?

  • The topic ‘Co-Authors Plus plugin proper multi-author display in a post’ is closed to new replies.