Forums
(@thenut)
17 years ago
Thanks. I resolved the issue using the command line. Gave the folder the right permissions.
17 years, 4 months ago
My bad, I confused it with the get_posts() function. Thanks!
17 years, 6 months ago
I will join to this list and add : I am having the same problem” When I disable Javascript , all is well, but this is a workaround and not a real solution. I have WordPress 2.2.1
Hi, I am having the same problem. Did you find any other fix for that? (Other then disabled JavaScript?)
I have the same issue. Did you solve it?
17 years, 9 months ago
Looking for the answer myself ??
I have the same issue and I am trying to figure out why. What plug-ins you are using?
18 years ago
If any one is interested: I have found the sulotion. I hacked the wp_list_categories to get another argument and on line 246 I added :
if (is_single()) $r[‘current_category’] = $cat;
where $cat is the seconed arg this function gets. Tada.