<?php wp_list_cats(); ?>
won't list catgory IDs greater than 9 (two digit)
Any fix to avoid hacking the db to change the ID's?
TIA
<?php wp_list_cats(); ?>
won't list catgory IDs greater than 9 (two digit)
Any fix to avoid hacking the db to change the ID's?
TIA
It was plugin related.
Switched to SimplyExclude and all is well.
http://www.codehooligans.com/2008/04/27/simply-exclude-plugin/
This topic has been closed to new replies.