lquilter
Forum Replies Created
-
Thanks for the rapid attention and fix!
Same problem. I had an extensive taxonomy, working as of last night; the auto-update happened this morning, and when I came back to my blog this evening, the entire taxonomy was deleted. I rolled back to the previous version (from November 2024) and voilá, my taxonomy is back.
Forum: Requests and Feedback
In reply to: wp_list_cats() children display problemthe <dl> list guy: do you mean that you want parent-child categories, with the children categories hierarchical? there is a hierarchical=TRUE setting in wp_list_cats that does that.
The solution posted here
http://www.kahsoon.com/2005/05/10/wordpress-hierarchical-category-indent/
worked for me.
Forum: Fixing WordPress
In reply to: Problem with list_cats() and categories with childThe solution posted here
http://www.kahsoon.com/2005/05/10/wordpress-hierarchical-category-indent/
worked for me.
Forum: Fixing WordPress
In reply to: Ugh, no bullets in categoriesThe parent-child aspect of the problem was solved (at least for me) here:
http://www.kahsoon.com/2005/05/10/wordpress-hierarchical-category-indent/
Forum: Fixing WordPress
In reply to: Parent Categories Gone After 1.5 UpgradeThe solution posted here
http://www.kahsoon.com/2005/05/10/wordpress-hierarchical-category-indent/
worked for me.
Forum: Installing WordPress
In reply to: Categories no longer in order wp1.5The solution posted here didn’t work for me, but the one posted here
http://www.kahsoon.com/2005/05/10/wordpress-hierarchical-category-indent/
worked for me.
Forum: Fixing WordPress
In reply to: WP 1.5 sub-categories displaying under categories ?The solution posted here
http://www.kahsoon.com/2005/05/10/wordpress-hierarchical-category-indent/
worked for me.
Forum: Fixing WordPress
In reply to: WP 1.5 sub-categories displaying under categories ?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 http://wordpress.org/support/topic.php?id=26422 thread got it to work. Any idea how?
BTW — there are a few other similar threads:
– http://wordpress.org/support/topic/26834
– http://wordpress.org/support/topic.php?id=26422 as previously mentioned
– http://wordpress.org/support/topic.php?id=7552 starts out somewhere else but ends w/ the parent/child category problem
– http://wordpress.org/support/topic.php?id=23891 says they have a solution, and i’ll be testing it soon.
– http://wordpress.org/support/topic.php?id=11766 seems to have some possibly related problemsForum: Plugins
In reply to: error messages with pluginsdoh! thanks. [the problem was white space at the bottom of the plugin php files.] i’m very out of it this weekend: i checked for white space at the top, not the bottom; and i did searches on a bunch of different things — but not “modify header” which in retrospect was the obvious.