Exclude a category.. not working!
-
I am using
<?php wp_list_categories('sort_column=name&title_li=&depth=3'); ?>
To list my categories for my navBar…
I want to exlude a particular category. (Just one) the name is “Dogs”
I’ve tried…
<?php wp_list_categories('sort_column=name&title_li=&depth=3&exclude=Dogs'); ?>
To no avail. If someone could help me out I would greatly appreciate it. I’ve read all through the include/exclude.. but it just isn’t working for me… :-/
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude a category.. not working!’ is closed to new replies.