Quote:
|
Originally Posted by Craig Tuller
Make sure that you have followed plugin instructions. You may need to go back into it & re-setup.
|
I deactivated the plugin, deleted it all together and my categories won't show up correctly. I have reinstalled the plugin and reactivated to no avail. My excluded categories are all showing either way. This is what my line of code said for the categories
<?php wp_list_categories('orderby=order&title_li=&depth= 2&exclude=1,6,154,171,172,336,362,368,369,370, 390'); ?>
but if I leave it as such, it says "No Categories" where categories should show.
When I change it to
<?php wp_list_categories('orderby=order&title_li=&depth= 2'); ?> it still doesn't work.
I have deleted the My Cagetory Plugin with no luck.