I have set up three blogs on my site with links to their category in the sidebar. I used index.php?cat=11 where 11 is the category id number. The problem is that links only work from the homepage. If I go to the blog then try the link in the sidebar to go to another blog, it just reloads the current page. Any idea on how to fix this issue?
well I fixed the one problem. I can't use list_categories because of the design of the site. Now i need to figure out how to list a category as a child of a page.
<?php wp_list_categories(); ?>
http://codex.wordpress.org/Template_Tag ... categories