Support » Plugin: Co-Authors Plus » Can't get multiple authors to show on posts

  • Hello, I have been working on my site for some time and under a previous version of WP and my theme, all was fine (great plugin, by the way :). Now I cannot seem to get the listing of more than one author to work on a post since running the updates. Here is my code in single.php:

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

    Any suggestions? I have CoAuthors Plus 3.0.5 active and WP 3.7.1 with an Elegant Themes theme (Earthy Touch).

    http://wordpress.org/plugins/co-authors-plus/

  • The topic ‘Can't get multiple authors to show on posts’ is closed to new replies.