Viewing 1 replies (of 1 total)
  • Plugin Author Claudio Sanches

    (@claudiosanches)

    Will automatically appear after the content already with the information of each author.

    You can enable and disable it with the “Display in” option.

    Alternatively you can add it manually in your theme single.php using:

    <?php
        if ( function_exists( 'get_author_bio_box' ) ) {
            echo get_author_bio_box();
        }
    ?>
    
Viewing 1 replies (of 1 total)
  • The topic ‘multiple authors’ is closed to new replies.