Batch Category Editing For WordPress
Filed in: WordPress — August 20th, 2004Sometimes I need to sort and edit categories for my past posts. It is great headache by using Wordpress default post edit mode. The fastest way to edit posts’ category is by firing SQL queries in phpMyAdmin, but it is not the easy way.
This morning I added new sub category “Video” under “Cute & Funny” to keep all video posts in it, and the headache come after that. I need to look for the video posts in “Cute & Funny” category and edit each of them to be keep under “Video” category.
Just try my luck, I search for batch category editing in Wordpress (I wonder other blog tool has it by default or not), and I found Batch Category Editing For WordPress!
Tried it and it works fine! A must have for all WordPress user. ![]()
Note:
In order to view all posts under a category, you MUST NOT use “posts paged” mode in Wordpress Options -> Reading. Temporary changed it to “posts” before editing category and change it back later, if you want to use “posts paged”.


