Viewing 6 replies - 1 through 6 (of 6 total)
  • What version of WordPress are you using? I recently upgraded before realizing that Co-Author Plus does not support my version.

    UPDATE: Never mind it seems even though the Co-Author Plus plugin was listed as only supporting up to 3.8 it was not the cause of the problem I saw seeing.

    Plugin Author Andy Forsberg

    (@penguininitiatives)

    Hello theaztec,

    The plugin is not setup to automatically show on pages. You can add it to all your pages by adding the following to your page template:

    <?php
        if ( function_exists( 'get_Sexy_Author_Bio' ) ) {
            echo get_Sexy_Author_Bio();
        }
    ?>

    Otherwise you could add the following shortcode to each page you want it to display on:

    [sexy_author_bio]

    Thread Starter theaztec

    (@theaztec)

    Oh sorry I meant posts with multiple authors.

    Thread Starter theaztec

    (@theaztec)

    Will the short code work with posts as well ?

    Plugin Author Andy Forsberg

    (@penguininitiatives)

    Yes it will.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multiple author boxes on post’ is closed to new replies.