Not sure why Yahoo is sending people to this page - but here is the link if you are looking for the E_vo_lution of D_ance
Status: Installed
Batch Categories is a drop-in hack for WordPress that allows you to change the categories for groups of posts at one time, either by doing a massive ‘add category’ to all the posts that meet a search critieria or by choosing the categories to add to individual posts from a drop down list. Here is a screen shot of what it can look like.
What I like best about this is that it does not modify the ‘post_modified’ date for the post. I would like to be able to call this from an individual post so I could change the categories - or better yet find someone who could add the ‘post_modified’ date to the ‘post_edit.php’ routines so that you could check a box saying you did not want the date updated.
Because this is an old hack designed for prior versions of WordPress I found numerous posts detailing how to get it to work but most of them didn’t seem to work, or I was too dense.
I am indebted to Kafkaesqui’s comments on the WP Support Board in getting this to work.
I ended up following his instructions and downloading the .91 version at http://climbtothestars.org/code/batch-categories.phps
As a side note - the easiest way to edit these files is to use the File Editor in the Admin Menu. Go to Admin | Manage | Files and it will list files that you have edited. At the bottom there is a spot where you can just type in (or paste) the file name you want to edit, like ‘wp-admin/batch-categories’ or ‘wp-admin/menu.php’.
My Mods
Near the top of ‘wp-admin/batch-categories’ I added a line to ‘menu.php’, changing this:
Read the rest of this post »»