Categories Not Being Displayed with 2.7.1
-
Hello!
Before the upgrade to 2.7.1, (I was using 2.7), I used a category menu on my site. Each parent category was a menu piece, and it would drop down with the child categories.
When I upgraded to 2.7.1, it’s not working anymore. Now it just says ‘no categories’ on my site. There are definitely categories. You can see the problem at https://www.makeupfiles.com/.
It seems that the problem might be the wp-list-categories call, but I don’t know how to fix it. Here’s how they’re called:
<div id="catmenucontainer"> <div id="catmenu"> <ul> <?php wp_list_categories('sort_column=name&title_li=&depth=2&exclude= 1,208'); ?> </ul> </div> </div>
I’m using the Zinmag Futura theme.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Categories Not Being Displayed with 2.7.1’ is closed to new replies.