eworque
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Category slugssorry.. DON’T CLEAR THE WP_TERMS TABLE. Just edit those you want to change. Might also require changes in WP_TERMS_TAXONOMY and WP_TERMS_RELATIONSHIP. Check thoroughly and understand the system before doing any editing.
Forum: Fixing WordPress
In reply to: Override auotmatic Category Slug creationFound the solution:
1. Check myPHPadmin
2. Look for wp_terms table
3. Delete the categories you don’t use anymore or just delete everything in that table.
4. Edit your categories in the WP-admin.I wrote about this in my blog: http://ridhuan.co.cc/blog/2009/04/editing-and-organizing-wordpress-category-slugs/
Forum: Everything else WordPress
In reply to: Category slugsI found the solution.
Check the myphpadmin and clear the wp_terms table. All categories and tags in your blog will be deleted. Then start all over again.
I wrote this in my blog: http://ridhuan.co.cc/blog/2009/04/editing-and-organizing-wordpress-category-slugs/
Forum: Everything else WordPress
In reply to: Category slugsSame question as darya8..
Forum: Fixing WordPress
In reply to: Rename “category” slug in URLtry this:
/%category%/%postname%/It works fine.
Forum: Fixing WordPress
In reply to: Override auotmatic Category Slug creationsame problem and I still can’t find the solution anywhere. Anybody?