• Resolved Shanon de Silva

    (@shanon-walter)


    I have used the shortcode in header.php of the template I’m using (twenty seventeen theme). But I do not want to show the slider in other pages (page.php). is there a way to not show the slider on page.php?

Viewing 1 replies (of 1 total)
  • Hello
    If you wish to leave the slider only in header.php of homepage only

    Then add this code in header.php

    <?php if(is_home()) {
    echo do_shortcode(“[huge_it_slider id=’1′]”);} ?>

    <?php
    if(is_home()) {
    echo do_shortcode(“[huge_it_slider id=’1′]”);
    }
    ?>

    inform us if this helps

    thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Remove slider from page.php’ is closed to new replies.