How I can set Home Page Only Link on wordpress blog

Discussion in 'WordPress' started by sweatlana, Feb 2, 2011.

  1. #1
    Hello friends,
    I want to add a link on my wordpress blog and I want this link will show only on home page not on all pages like blogroll link. But I have no Idea to set this kind of link. So please suggest me how this is possible.
    thanks
     
    sweatlana, Feb 2, 2011 IP
  2. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #2
    this will work.
    
    <?php if (is_home()) {
            echo "<a href='http://www.domain.com'>Link Text</a>";
    } ?>
    
    Code (markup):
     
    aap, Feb 2, 2011 IP
  3. sweatlana

    sweatlana Well-Known Member

    Messages:
    2,086
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    180
    #3
    thank you so much dude , I have got for what I was looking.
    you are great.
     
    sweatlana, Feb 2, 2011 IP