Display slideshow only on page 1(front page) and not on pages beyond that
-
Hi,
I wish to display my slideshow on the front page which it currently does, but if the user has to go to page 2 and so on i wish for the slideshow to disappear.
I tried this but it still showed the slideshow beyond page 1, can anyone help, thanks
<?php if ( is_home() ) { include (TEMPLATEPATH . '/slideshow.php'); } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display slideshow only on page 1(front page) and not on pages beyond that’ is closed to new replies.