Hello friends, I want to add a link on my wordpress blog and I want this link will show only on home page not on all pages like blogroll link. But I have no Idea to set this kind of link. So please suggest me how this is possible. thanks
this will work. <?php if (is_home()) { echo "<a href='http://www.domain.com'>Link Text</a>"; } ?> Code (markup):