Good morning,
I am need of a little help this end.
I have taken the default theme and done a bit of modification,
see http://www.uyaphi.com/blog/ everything seems to be working except on my home page (above link) I have 2 link categories which only show on the home page. See http://www.uyaphi.com/blog/?cat=3 where the link categories have gone (on holiday I fear).
I know it is possible to get these link categories to appear on all other pages but I am unsure of the code, see below ( I am presuming that this is the code that needs adjustment
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>
<?php } ?>
Any idea's anybody what I need to change to get my link categories to appear on all my generated pages.
Thanks a million in advance