Viewing 1 replies (of 1 total)
  • Plugin Author huge_it

    (@huge_it)

    Dear customer, please wrap the slider’s shortcode with if(is_home())
    example:
    <?php
    if ( is_home() ) {
    echo do_shortcode(“[huge_it_slider id=’1′]”);
    }
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove the slider from every page but the front page?’ is closed to new replies.