• Resolved punit2502

    (@punit2502)


    How can I disable Simple Author Box on custom post type?

Viewing 1 replies (of 1 total)
  • Hey Punit,

    You can manually call Author Box by adding this line of code in single.php

    <?php if ( function_exists( 'wpsabox_author_box' ) ) echo wpsabox_author_box(); ?>

    Set “Manually Insert the Simple Author Box” to “Yes” from General Options.

    So for Custom Post Types, you simply don’t have to call the Author Box.

    Hope this will solve your problem.

    • This reply was modified 7 years, 11 months ago by jaseemts.
Viewing 1 replies (of 1 total)
  • The topic ‘Custom Post type’ is closed to new replies.