thenut
Forum Replies Created
-
Forum: Plugins
In reply to: NextGEN gallery and permissionsThanks. I resolved the issue using the command line. Gave the folder the right permissions.
Forum: Fixing WordPress
In reply to: Orderby=ID doesn’t work. Instead I get orderby= post_dateMy bad, I confused it with the get_posts() function. Thanks!
Forum: Installing WordPress
In reply to: Cannot create new category (WP 2.1)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.1Forum: Fixing WordPress
In reply to: Upgraded; can’t create new categories or delete old pagesHi, I am having the same problem. Did you find any other fix for that? (Other then disabled JavaScript?)
Forum: Fixing WordPress
In reply to: Category and date URLs display main page dataI have the same issue. Did you solve it?
Forum: Themes and Templates
In reply to: Highlight current post in sidebar?Looking for the answer myself 🙂
Forum: Fixing WordPress
In reply to: Possible 2.1.2 Post Category Bug?I have the same issue and I am trying to figure out why. What plug-ins you are using?
Forum: Fixing WordPress
In reply to: Show sidebar with top parent categoryIf 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.Forum: Plugins
In reply to: wp_list_categories and PostIf 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.