sidebar.php içinde bulunan,

Alıntı
<?php wp_list_bookmarks(); ?>
kodunu,

Alıntı
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks(); ?>
<?php } ?>
ile değiştirirseniz, linkler anasayfada ve sayfalarda(page) gözükür. iç sayfalarda(post) gözükmezler.