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

    (@claudiosanches)

    Turn off the option “Display in”.
    And use it to show where you want to:

    <?php
        if ( function_exists( 'get_author_bio_box' ) ) {
            echo get_author_bio_box();
        }
    ?>
    
    Thread Starter marcusrossi

    (@marcusrossi)

    Thanks I can see this option now, but since the related post plugin doesn’t have the same option, it wont let me change the order WP call them to the template 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change box location’ is closed to new replies.