• Resolved azish1

    (@azish1)


    Hi,

    The slide show from my home page is displayed on every other page. How is it possible to remove the slide show from every page and keep it on the home page?

    Thanks,
    Azi

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I had something similar, except the slider was appearing on only the front page and the main Blog page.

    I wanted it only on the front page so I solved it by editing the file ‘slider-nivo.php’ on line 3 removing the reference to is_home(), so the line now reads:

    if ( ( of_get_option('slider_enabled') != 0 ) && (is_front_page() ) )

    Hope this helps anyone else who wants to achieve this.

    Regards,
    Tony.

    thanks! fluvius

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slideshow Image’ is closed to new replies.