Forums
Forums / Plugin: Responsive Slider - Image Slider - Slideshow for WordPress / Remove slider from page.php
(@shanon-walter)
9 years, 3 months ago
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?
(@support-huge-it)
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
The topic ‘Remove slider from page.php’ is closed to new replies.