Support » Plugin: Co-Authors Plus » Guest author's byline appears correctly in Post page but not Archives page

  • I followed all the directions in regards to replacing the <?php the_author_posts_link(); ?> function with if ( function_exists( ‘coauthors_posts_links’ ) ) {
    coauthors_posts_links();
    } else {
    the_author_posts_link();
    }

    I made the change in the following theme files:
    view-posts.php.
    single.php
    template-posts1.php
    template-posts2.php
    template-posts3.php
    template-posts4.php

    Now, on the post page itself, a guest author’s by line is correctly displayed. However, when I click on a Category in my main menu (such as “Movies” or “Books”) and go to the Archives for that category. The post summary shows my byline (the post creator) instead of the guest author’s byline.

    I’ve investigated this and have gone through the questions in this support forum but have been unable to find an answer. Please help!

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

    [Moderator Note: No bumping, thank you.]

  • The topic ‘Guest author's byline appears correctly in Post page but not Archives page’ is closed to new replies.