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
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
Manage -> Categories
If you mouse-over the name of the category, it tells you in the status bar what the number is. Also, if you lick on the title of the category, it goes to edit mode and the ID of the category is at the end of the address.
Aha, got it :) Thanks.
J
How do you change a catagory I.D. number?
i think that this is possible only from database to change id, but you must be carefully becose if you have news you also will need to change here those id, and maybe in some other places, but i think but all changes a only in database
This topic has been closed to new replies.