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

    (@claudiosanches)

    Disable the “Display in” option and use this function in you single.php:

    <?php
        if ( function_exists( 'get_author_bio_box' ) ) {
            echo get_author_bio_box();
        }
    ?>
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to stop box from appearing on Woocommerce product page’ is closed to new replies.