Wordpress Question Please

Discussion in 'WordPress' started by primeryder, Sep 12, 2006.

  1. #1
    hello,
    I have a wordpress site, http://www.ukwebworld.com
    and I would like to be able to put a link on it so that the link only appears on the homepage and no other pages. Do you know how I might do this?
    Thanks in advance!
     
    primeryder, Sep 12, 2006 IP
  2. Crazy4Bass

    Crazy4Bass Well-Known Member

    Messages:
    174
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    138
    #2
    Try this:
    
    if ( is_home() ) {  LINK GOES HERE }
    
    Code (markup):
     
    Crazy4Bass, Sep 12, 2006 IP
  3. primeryder

    primeryder Well-Known Member

    Messages:
    1,658
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    158
    #3
    Thanks! And where do I put that code, on the Themes?
    And how do you lay out the code, could you be a bit more specific?

    I mean if ( is_home() ) { LINK GOES HERE }

    how does this differentiate between an href?
     
    primeryder, Sep 12, 2006 IP