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.