Home › Support Forums › Theme Support › Pinboard › How to get the slider to only show on the Landing page? › Reply To: How to get the slider to only show on the Landing page?
Daniel Tara
Keymaster
Open index.php and replace this line:
<?php if( is_home() && ! is_paged() ) : ?>
with this:
<?php if( is_front_page() && ! is_paged() ) : ?>
If you don’t want to touch code you can try Enlightenment theme, that allows you to add a custom slider to any page.