Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End help with links in wordpress

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26124
    cybershot
    Participant

    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?

    #64160
    TheDoc
    Member

    Why don’t you just use this?

    <?php wp_list_categories(); ?>

    http://codex.wordpress.org/Template_Tag … categories

    #64161
    cybershot
    Participant

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.