Exclude Parent Category and it's sub-categories from menu list
-
Hi,
I search about this question before post here but there isn’t a perfect solution yet,
My question is how tow “Exclude Parent Category and it’s sub-categories from menu list”I have below function to show my categories and it’s sub-categories in my menu :
<?php wp_list_cats(‘sort_column=ID&exclude=X’); ?>
I can exclude one category or sub-category by ID with “exclude=X” but I want to exclude one Category and all it’s sub-categories from list.How I can do this?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Exclude Parent Category and it's sub-categories from menu list’ is closed to new replies.