• Resolved marekuk

    (@marekuk)


    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)
  • Thread Starter marekuk

    (@marekuk)

    I tried this but didn’t work it no longer showed up on my template at all. I am no php guru so any help would be appriciated.

    Like i said i tried something like this but didn’t work

    <?php if (is_page('1')) { include (TEMPLATEPATH . '/slideshow.php'); } ?>
    Thread Starter marekuk

    (@marekuk)

    anyone?

    Thread Starter marekuk

    (@marekuk)

    well i managed to fix it myself after waiting for an hour without any help

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.