List of Wordpress themes that have only Homepage Blogroll (NOT Sitewide blogroll)

Discussion in 'WordPress' started by tradester, May 8, 2009.

  1. #1
    Anyone have list of Wordpress themes that show Blogrolls on homepage only and NOT sitewide. Many Wordpress themes show blogroll as Sitewide.

    Alternatively, would appreciate if someone can advise how to change blogroll from sitewide to Homepage only.
    Thanks in advance.:)
     
    tradester, May 8, 2009 IP
  2. deluxdon

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

    Messages:
    25,482
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #2
    If you want it only at homepage then you need to add below given code in sidebar.

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