<?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
Use wp_list_categories instead. wp_list_cats is depreciated (no longer supported).
This topic has been closed to new replies.