wp_list_categories() and child category
-
I am trying to list a child category, though its the only category i want to output (im trying to help resolve an issue within a menu plugin). Anyway, when i try something like:
<?php wp_list_categories("title_li=&hide_empty=0&include=12");?>
it outputs ‘No Categories’, then it works fine if I changed that 12 to a 10, which is a parent category.Is this a bug?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp_list_categories() and child category’ is closed to new replies.