Forums

Adding a sub category breaks link to its parent category in sidebar (3 posts)

  1. kmcdou
    Member
    Posted 4 years ago #

    When I add a sub category, click on it in the sidebar to reveal all posts tagged in that sub-category and then try to navigate to its parent category via the sidebar, nothing happens.

    If I delete the sub category, everything works fine and I can navigate to the category that failed previously.

    My site is http://www.mcdougalladventures.com and you can see an example of what i am talking about it you go to the sidebar, click on 'London' (sub-cat of england) and then try to click on 'england'.

    Any ideas?

  2. moshu
    Member
    Posted 4 years ago #

    Does it work with other themes? Like Default or Classic?
    Did you try de-activating your plugins one by one to see if the problem persist?

  3. kmcdou
    Member
    Posted 4 years ago #

    Thanks for the tip. The problem is in the theme.

    I am using

    <li id="categories"><h4><?php _e('Categories:'); ?></h4>
    <ul>
    <?php wp_list_cats('sort_column=name&hide_empty=0'); ?>
    </ul>
    </li>

    in the sidebar.php file. Can you see anything there that would be breaking it?

Topic Closed

This topic has been closed to new replies.

About this Topic