Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)