Hi Tiguan,
This code snippet you provided from the option page is wrong:
<?php if ( function_exists( ‘sabox_author_box’ ) ) echo sabox_author_box(); ?>
And this is the correct one:
<?php if ( function_exists( ‘wpsabox_author_box’ ) ){ echo wpsabox_author_box(); }?>
Hi Patryk, try this: <?php if ( function_exists( ‘wpsabox_author_box’ ) ){ echo wpsabox_author_box(); }?>
Thanks,
AB