Wordpress - custom home page template HELP!

Discussion in 'Content Management' started by tyang21, Aug 31, 2011.

  1. #1
    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?
     
    tyang21, Aug 31, 2011 IP
  2. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #2
    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):
     
    aap, Aug 31, 2011 IP
    tyang21 likes this.
  3. tyang21

    tyang21 Member

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #3
    It's integrated in my header.php file - I will try this tonight after I get back from work! Thanks so much!!
     
    tyang21, Aug 31, 2011 IP