Wordpress Text/link Widget Shows On Front Page Only

Discussion in 'WordPress' started by bwp58, Mar 25, 2007.

  1. #1
    Hi

    I know I've seen this somewhere, but can't locate it again.

    Looking for a wordpress text or link widget which is displayed on the front page only.

    I want to display some paid links on my front page. Throwing the links in a text widget would do just fine.

    Can anyone help please.

    Thanks in advance
    Brian
     
    bwp58, Mar 25, 2007 IP
  2. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #2
    this one is easy ;)

    wrap the text/links anywhere withing the code below

    
    <?php /* If this is the frontpage */ if ( is_home()) { ?>
    
    /* Place code here */
    				
    			<?php } ?>
    PHP:
    more info > http://codex.wordpress.org/Conditional_Tags
     
    just-4-teens, Mar 27, 2007 IP
    bwp58 likes this.
  3. bwp58

    bwp58 Peon

    Messages:
    485
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks

    Much appreciated

    Regards
    Brian
     
    bwp58, Mar 27, 2007 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    no problem =)
     
    just-4-teens, Mar 27, 2007 IP