Hi everyone, Here is the site: http://capturelifemoments.com/ I'm trying to have the Nivo Slider to be displayed only on the home page - any thoughts or suggestions?
Is the slider code integrated in theme, or you are using nivo slider plugin?? If its integrated in theme, you need to put slider code like this: <?php if (is_front_page()) : ?> your nivo slider code here <?php endif; ?> Code (markup):
It's integrated in my header.php file - I will try this tonight after I get back from work! Thanks so much!!