Thanks for the responses guys. The problem is that the sidebar when it is on any page other than the frontpage, it does not display the links to other sites. It only displays the categories and etc.
I think it is because of this section of the code:
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>
Any ideas as to what I should change the
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
to - so that it will get it to display on more pages than just the frontpage??
Thanks again in advance.
|