can wp_list_categories get children of top level category?
-
I would like to do something like this:
<?php wp_list_categories('child_of=CURRENT TOP LEVEL CATEGORY'); ?>
In other words, on any given page what is the highest level category and then what are that category’s children categories? Only list those subcategories.
Thank you so much in advance!
- The topic ‘can wp_list_categories get children of top level category?’ is closed to new replies.