How to show links on homepage only from blogroll?

Discussion in 'WordPress' started by bigu, Mar 22, 2010.

  1. #1
    How to show links on homepage only from blogroll?

    Please help.

    Thanks.
     
    bigu, Mar 22, 2010 IP
  2. deluxdon

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

    Messages:
    25,482
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #2
    You need to use below given code for that in your sidebar.php

    <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
    [B]YOUR LINK HERE[/B]
    <?php } ?>
    Code (markup):
    DON.
     
    deluxdon, Mar 22, 2010 IP