how to find the category id?
-
I want to exclude the default category, here’s what I’m doing:
wp_list_categories(“exclude=0&show_count=1&title_li=”);
but it doesn’t work.
Is the default category not always 0?
How do I find out the category ID for categories?
J
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how to find the category id?’ is closed to new replies.