sub-sub-categories not showing up, and filed under links not right
-
Hi all,
I’m using 1.5. Today, I added a sub category and 2 sub-sub-categories, and put posts in all of them.
My problem is that sub-sub-categories are not showing up in the categories view, no matter where I go. I tried changing
wp_list_cats()
to
wp_list_cats(‘recurse=1’)
in my index.php (both in the basedir and in the active theme dir) to no avail, and even changed the template value of recurse to be 1 instead of 0. There are, in fact, posts in the sub-sub-categories, and these posts show up when I go to the sub-category.
The other problem I have is that the links in the “Filed under:” sections are wrong. They link to https://site/category/ instead of https://site/category/catname. (or, for subcategories, https://site/category/catname/subcatname). (but oddly, the names for the links are correct. . .so the name is “General” but it links to “https://site/category” instead of “https://site/category/general”).
I don’t think these problems are related. I recently upgraded from 1.2 to 1.5, including regenerating my permalinks (as far as I can tell, I only had the post_id one) . . . and everything else works fine.
I’ve spent a few hours searching the wiki and the forums, any help is appreciated.
- The topic ‘sub-sub-categories not showing up, and filed under links not right’ is closed to new replies.