• Resolved sublines

    (@sublines)


    Hi,

    thanks for making and maintaining this great Plugin!

    Before purchasing PublishPress, I used the Co-Authors Plus Plugin which had some unfortunate bugs but was otherwise working well. I switched to PublishPress so I could replace the Co-Authors Plus plugin.

    Before swithing to PP, my site used a code like this to output the names of the authors with links to their profile:

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

    Now that I have switched to PP,

    if ( function_exists( ‘coauthors_posts_links’ ) )

    obviously can’t work anymore.
    Whatelse could I use now that I have installed PP Multiple-Authors?

    • This topic was modified 7 years ago by sublines.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sublines

    (@sublines)

    I have found the answer in the template-tags.php.
    For others having the same question:

    replace

    the_author_posts_link();

    with

    multiple_authors_posts_links();

    Plugin Author PublishPress

    (@publishpress)

    Many thanks @sublines

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show names of multiple authors’ is closed to new replies.