You can use below given code if you want to show links only on homepage. <?php if ( is_home() || is_page() ) { ?> Your Link Here <?php } ?> Code (markup): DON.
Most sidebar.php files have that option as default. Try a different theme if it does not work automatically.
I tried to put that code in my sidebar php and it wont work. Could u help me to work this out? I need to place links in correcr categories and I am adding them manually, i code... Thanks in advance and please answer ASAP. Edit: Sorry it worked now. My cache was problem. How can I set this for another category? I want some links to be shown in music category only. I tried to write music insteed home and it can't work that way.