treehouse : what would you like to learn today?
Web Design Web Development iOS Development

help with links in wordpress

  • 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?
  • Why don't you just use this?

    <?php wp_list_categories(); ?>

    http://codex.wordpress.org/Template_Tag ... categories
  • 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.