• 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 https://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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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?

    Thread Starter kmcdou

    (@kmcdou)

    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding a sub category breaks link to its parent category in sidebar’ is closed to new replies.