Hmm. I’m having the same problem in spades [lquilter.net/blog]. My config file wouldn’t recognize the hierarchical setting, or the exclude setting, or the sort_column setting.
The upgrade template-functions-category.php file that moshu linked fixed the sort_column setting, but not the exclude or hierarchical setting problems.
Here’s my code and if anyone can see what’s wrong I’d really appreciate commentary. I’ve tried list_cats and wp_list_cats; single quotes & double quotes; TRUE/FALSE and 1/0 (my understanding is that those two binary sets are equivalent, btw).
list_cats version: list_cats(TRUE, ”, “name”, ”, ”, 1, 0,
1, 1, 0, 1, ”, ”, ”, ”, ”, “57”, TRUE);
wp_list_cats version: wp_list_cats(‘optionall=1&sort_column=”name”&list=1&optioncount=1
&hide_empty=1&children=1&exclude=”57″&hierarchical=1′);
It looks like bloggedy who had posted in the https://www.ads-software.com/support/topic.php?id=26422 thread got it to work. Any idea how?
BTW — there are a few other similar threads:
– https://www.ads-software.com/support/topic/26834
– https://www.ads-software.com/support/topic.php?id=26422 as previously mentioned
– https://www.ads-software.com/support/topic.php?id=7552 starts out somewhere else but ends w/ the parent/child category problem
– https://www.ads-software.com/support/topic.php?id=23891 says they have a solution, and i’ll be testing it soon.
– https://www.ads-software.com/support/topic.php?id=11766 seems to have some possibly related problems