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
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