Viewing 1 replies (of 1 total)
  • Try:

    <?php if ( is_page( 4 ) && function_exists('nivoslider4wp_show') ) { nivoslider4wp_show(); } ?>

    or, even better:

    <?php if ( is_front_page() && function_exists('nivoslider4wp_show') ) { nivoslider4wp_show(); } ?>

Viewing 1 replies (of 1 total)
  • The topic ‘I want to show it only on front page’ is closed to new replies.