Wordpress - how to display bogroll links only on homepage?

Discussion in 'WordPress' started by itsallwhite, May 31, 2009.

  1. #1
    Hi,

    I've done some link exchanges recently and my link is only on their homepage , i'd like to do the same.

    When you put them in the bogroll they appear on every page - is there a way to code it so they only appear on the homepage?

    Thanks for your help
     
    itsallwhite, May 31, 2009 IP
  2. c4gamerz

    c4gamerz Well-Known Member

    Messages:
    294
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Yes you can do that via conditional statements :)
     
    c4gamerz, May 31, 2009 IP
  3. itsallwhite

    itsallwhite Peon

    Messages:
    607
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    okay...thanks...any tips on how that statement might look?!
     
    itsallwhite, May 31, 2009 IP
  4. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #4
    Yes. Hereyou go

    <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
    Your Blogroll Links Here
    <?php } ?>
    Code (markup):
    DON.
     
    deluxdon, May 31, 2009 IP
  5. itsallwhite

    itsallwhite Peon

    Messages:
    607
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Awesome, worked like a dream

    Thanks alot for your help!
     
    itsallwhite, May 31, 2009 IP
  6. kashifmughal

    kashifmughal Member

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #6
    i am using same syntax on my wordpress sidebar area but not working as i want to place only on homepage, can you please give me something related or for my wordpress blog. :confused:
     
    kashifmughal, Dec 22, 2012 IP
  7. kashifmughal

    kashifmughal Member

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #7
    i just add PHP widget into my wordpress blog to get this same php code results, now your code work. :p
     
    kashifmughal, Dec 22, 2012 IP