im trying to put link on my homepage site, but it appear on page2, page3 and so on. can anyone give the code for homepage code that wont show the link on all page, except homepage? Here is my code i use, but i think its not a homepage link. The link show on all pages. <?php if(is_home()) { ?> <li class="widget_categories"> <ul> text TEXT TEXT </ul> </li> <?php } ?> Can anyone help?