Hi I just realized that categories are not showing now.
I've recently upgraded to 2.8.6.
The categories do have posts in them (they are not empty).
(I am mentioning these because it was the issue at previous support posts)
I call them in sidebar.php of my theme with this:
<?php wp_list_categories('orderby=order&hide_empty=1&title_li=&exclude=97,92,96,106');?>
I've also tried <?php wp_list_categories('show_option_all');?>
but it still won't show them.
I see the categories in the Admin panel, they are all there, with their IDs intact.
But it prints "No categories" in the sidebar where it should show them.
Help please!
(I understand basics of php)