[fr]
Batch Categories pour WordPress a été corrigé et fonctionne à présent. Le compagnon idéal si vous desirez changer les catégories de nombreux billets en même temps.
[en]
Batch Categories 0.9 is out! It’s the ideal companion for large-scale post-import messy category work. List all posts belonging to a category or matching a keyword, and edit their categories, easily visible at a glace with a collection of sexy drop-down lists. What’s new since the the first draft?
- It now works, and does not “eat” categories without a warning. (Pretty nice of it, huh?)
- It tells you what it did — which categories it added to which posts, and which ones it removed.
- Add a whole bunch of posts to a category with one click.
- Remove a whole bunch of posts from a category with one click.
- Ensures that all the categories for a post are always listed, whatever the setting for the limit number of drop-down lists.
- This is what it can look like.
You can still access it as a plugin or edit the Edit navigation menu, as described in my post introducing Batch Categories. If you’re in a hurry, just drop the PHP file into your wp-admin directory and send your browser straight on it.
Next steps?
- Gather feedback from courageous testers (please don’t blame me if you haven’t backed up your
post2cattable and things go wrong) for chasing the last bugs, improving interface and functionality. - Redo the code which generates the drop-down lists to take advantage of the category cache, and avoid flooding the database with useless queries.
- Allow more subtle selection of posts: combinations of categories (AND/OR/NOT), categories without their subcategories…
- Anything else you would want…?
Update 24.07.04: BB made me notice that “All” and “None” didn’t make much sense in the drop-down which allows one to select the categories to display. Replaced them in v. 0.91 by “Any category”.

69 Comments
I can’t get it to show more posts. I change the “$showposts=10;” to “$showposts=200;” and “$showposts=99;”, but I still don’t get any more posts. I’m trying to remove all posts on my WP blog from their parent categories and leave them in just their subcategories.
Try using the select box to choose a category — that will show you all the posts in that category. Then you can use the “Add category” drop-down to put them in the parent category, and then the “Remove category” (same drop-down) to remove them from their old child category.
Does this help?
I got it working. Thank you. Actually, I regret having got it working, because in unassigning posts to their parent categories it took them off of the category dropdown on my index.php page. I ended up causing myself a problem, rather than a solution. Anyway, it works.
Stumbled across your site from google, really would like easy category editing - but I can’t get it to work!
— I’m getting Parse error: parse error, unexpected T_VARIABLE in /../wordpress/wp-admin/batch-categories.php on line 24
. I’ve tried on my home server and my internet server but it’s exactly the same on both! any ideas?
Cheers!
make sure there is no whitespace before the opening ?php tag and the closing ? one, first of all.
I just used this great plugin to recat 827 posts.
Reset all posts to default.
Asked plugin to display the default (this was a mistake on my part asking it to do so much work), and then recat’d the posts in several huge chunks.
No crashes, no oddness, worked wonderfully - great stuff !
Thank you !
Ah..
Just got it tweaked nicely into my admin panel. Thank you. This Brings me one step closer to my migration from Blogger to WP.
Nick // SC
I think I may have found a bug in Batch Categories. Although, being careful, I think I can avoid it in the future…
I was cleaning up some categories I had duplicated. I just finished batch changing all the posts. I went into the Categories screen, went to the sub-category to be removed. The categories I was working on looked something like this:
WWW
- Spamming
- - Referral
- - Comment
All three categories had posts that I moved to a different category that better fit. I had just finished removing the ‘Spamming’ category from posts that had them when I went to delete the Spamming category.
When I deleted the ‘Spamming’ category, the admin pages died. The site was still OK, but I got errors when trying to access WP’s Admin pages. It was reporting a php error saying something about the fact that some headers were attempting to be loaded when index.php had already loaded them or something like that. It mentioned batch-access.php, so I deleted that file from the plugins folder and tried reloading the admin pages.
I was able to reload the pages at that point. Whew! I uploaded the batch-access.php file and re-activated the plugin. Everything still works.
The two sub-categories that were under ‘Spamming’ were now sub-categories of ‘WWW’. So I deleted them without incident.
I am assuming that by attempting to delete a sub-category that had sub-categories of its own was not a good thing.
I’m still going to use this plugin often, I just know I’ll need to move things around again. I’ll just stay away from deleting the category I had just batch moved if it has sub-categories of it’s own.
Just thought you might want to know in case you can reproduce it.
Trying to install this from WP Plugin Manager brings up a file called “batch-categories.tar.tar” which doesn’t unzip to anything. Can you make sure you include a zip as well as a tar since that works for just about everyone?
I’m working with v1.5 and I’ve been trying for days to get this to work and it won’t even be recognized by the plugin admin screen. It’s there, there are no spaces where they shouldn’t be, but I can’t get it to work. It worked perfectly in 1.2.
Lorelle: first thing you need to know is that Batch Categories is not a “real” plugin. The plugin file (batch-access.php) was provided as a convenient way to offer a link to the extra admin screen I provide (batch-categories.php). If I were to recode this now (and it’s somewhere on the to-do list), I would indeed integrate it more with the existing admin interface.
The file you really want is batch-categories.php (don’t worry about the other one). Just drop it in your wp-admin directory, then point your browser to it (something like http://example.com/wp-admin/batch-categories.php).
I’m not sure if it’ll work in 1.5 — I haven’t tried. Be really careful to back up your database if you do so, and let me know the result!
Hope this helps.
Thanks for the specifics. The other batch-categories plugin I used embedded itself right into the EDIT/MANAGE window of the WordPress Admin. This had me a little confused.
It works like a charm with 1.5 with no trauma, so far….
I’ll make a link from the manage window, but it would be nice it you could make it like a plugin so it would automatically make a link appear. Wonderful!
Hi, great plugin, I am having a very small problem:
When I try to use the “num=N” variable in the URL, it doesn’t work. Also the “Update” button doesn’t work. Any pointers?
I figured out the first problem (num=N), it was browser related. The second problem the “Update” button, still doesn’t work. Any pointers?
This is great, thanks so much.
Unfortunately, this does not work with WP1.5. It conflicts with the admin.php script, lines 6-9. I hope you’re able to resolve the problems, because this looks like a great and much needed utility.
I’ve been using this for a long time and LOVE it. Unforunately, I can’t get it to work in 1.5 either. Will keep trying, though.
FYI, Post Levels v0.1 and Batch Categories 0.91 are not compatible when both installed and activated in WordPress v1.5 (final). I installed, activated and tested Post Levels first, and everything was fine. I installed Batch Categories next, and upon activation I got several PHP errors at the top of the Manage Plugins page itself, as well as every other page (have removed full path info from errors):
Errors stopped as soon as I deactivated Batch Categories and refreshed the page.
Would be extremely nice if you and the Post Levels author could collaborate on a fix so both plugins will co-exist on one WP installation. Thanks!
Actually, the “batch-access” part of Batch Categories is not necessary and just makes access to the page easier (batch categories is not actually a plugin, in a sense that it does not use any API hooks; it’s just a standalone page which allows you to mess with the database).
You can try accessing batch-categories.php directly by typing the address of the file in your browser. I am really not sure if it will work or not with 1.5 — so if you do try it, please:
a) back up your database
b) let me know how it went
I will be converting Batch Categories into a real 1.5 plugin at some point, but I just have too much other stuff to deal with now.
As I’ve told you, and will again and again, I adore this wonderful plugin. I just installed the new “final” Strayhorn v1.5 and now batch-categories won’t work for nothing. I’ve played around with bits and pieces but all I get is a blank screen. No error messages to help me narrow anything down.
With everyone switching to 1.5 now (well, billions of folks at least - hee hee), this is too valuable a tool to let slide off the map. I think it should be part of the WordPress package - what a contribution!
I really need this to work. It was working up until the new CVS….not happy.
I’m really sorry to hear the plugin doesn’t work with 1.5.
As I might have mentioned, I’m swamped right now. If nobody does it before me, I’ll adapt it to 1.5 at some point. If anybody feels like doing it, just go ahead! I really don’t care if it’s me or somebody else who writes the 1.5 version of Batch Categories.
To fix the blank page issue in 1.5, at the top of batch-categories.php, right above the require line for admin-header.php, add another for admin.php, like so:
require_once(’admin.php’);
require_once(’admin-header.php’);
That should be all you need.
-Kaf
Thanks to Kaf (as mentioned above) and in the WordPress Forums at http://wordpress.org/support/topic.php?id=25084 this now works like a charm. I wish it was a plugin but it’s working and I adore it. THANK YOU to everyone.
I had quick look at trying to get this to work with mu WordPress within the last month:
http://mu.wordpress.org/
Has anyone had any success?
Cheers Mark
I see my system has sent a pingback I still wanted to say thanks for a great little utility. I have documented what it took for me to get Batch-Categories to work for me in WP 1.5
Only thing I could hope for now is to figure out how to call the routine with just one post
ie: wp-admin/batchcategories.php?post=134
That would make it perfect - since I could easily update categories without the ‘post_modified’ date changing.
Stephanie, when you get around to updating Batch Categories let me know, as I have a reconfigured version that works as a plugin. Still has the separate script (which needs some 1.5 remodeling), but your batch-access now incorporates the admin page automatically, including batch-categories.php from a plugins subdirectory.
Don’t hesitate to release it yourself in the meantime! I don’t really care if it’s me or somebody else who does it, as long as it’s available for people
Firstly, I must once I got your plugin working, it was a boon.
I have written a tutorial on the changes that need to be made to get it working in 1.5.1, and also appear on the admin menu.
I also have hosted the changed files for download. If you have any objections to it, let me know and I will remove it.
I also have a couple of ideas for improving the work flow
Check my post at http://shvelmur.com/wpress/?p=54
No objections at all, I’m very happy other people are stepping in to keep Batch Categories alive!
Hi,
I had this error, too
Warning: Cannot modify header information - headers already sent by (output started […]
The files had trailing spaces at the end, remove them and it’ll work.
ciao
Grendel
p.s.: I have to correct myself, with the current WP 1.5.1.2 version the batch-categories.php file doesn’t work (I can’t post the php error log though, don’t have access to it)
OK so I actually have 2 blogs into the same database with different URLs. There is the one in my link there and
http://unfilterednewsnetwork.com/North_South_Blog/
Because the wordpress blogs are installed in a subfolder, I think I am having some weird errors. What code do I need to fix to get this to work? Here are the errors:
Warning: Cannot modify header information - headers already sent by (output started at /home/unfilter/public_html/North_South_Blog/wp-content/plugins/batch-access.php:11) in /home/unfilter/public_html/North_South_Blog/wp-admin/admin.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/unfilter/public_html/North_South_Blog/wp-content/plugins/batch-access.php:11) in /home/unfilter/public_html/North_South_Blog/wp-admin/admin.php on line 11
Warning: Cannot modify header information - headers already sent by (output started at /home/unfilter/public_html/North_South_Blog/wp-content/plugins/batch-access.php:11) in /home/unfilter/public_html/North_South_Blog/wp-admin/admin.php on line 12
Warning: Cannot modify header information - headers already sent by (output started at /home/unfilter/public_html/North_South_Blog/wp-content/plugins/batch-access.php:11) in /home/unfilter/public_html/North_South_Blog/wp-admin/admin.php on line 13
When I click on the plugin URI per instructions, I get this:
Warning: main(North_South_Blog/wp-admin/admin-header.php): failed to open stream: No such file or directory in /home/unfilter/public_html/North_South_Blog/wp-admin/batch-categories.php on line 16
Fatal error: main(): Failed opening required ‘North_South_Blog/wp-admin/admin-header.php’ (include_path=’.:/usr/local/lib/php’) in /home/unfilter/public_html/North_South_Blog/wp-admin/batch-categories.php on line 16
I got it works on version 1.5.1 but it does not work anymore under 1.5.2. It loads but it does not show the category(s) of the listed posts.
This script is over 1 year old. I hope somebody can update it for Wordpress version 1.5.2 or later.
Warning: Cannot modify header information - headers already sent by (output started at /home/fansubto/public_html/nicoyan/wp-content/plugins/batch-access.php:11) in /home/fansubto/public_html/nicoyan/wp-admin/admin.php on line 10
i get that error when activating the theme …
Nico, there are two spaces after the very last greater than sign in batch-access.php that you need to remove.
All the same, it still doesn’t work for me. batch-categories.php brings up a totally blank window, and when yo view the source, it’s blank too.
Yes, this script doesn’t work at all. I had Nico’s problem, and now I’ve got chrish’s problem. Can you please fix this, Steph?
Hey, thanks for your effort, but it does not work (at all) on WP 1.5.2, the “plugin hack” had spaces after the closing php tag, that were causing the “headers already sent” error. I removed those. The link is pointing to the / directory and I have wp intalled on a folder, I figured and fixed, but the page itself shows nothing. I removed the comment for the line where it does a print_r on the post variable. It shows an empty array, as expected. The required files are there - no errors, but there is no other information on the page.
I’ve just added a little hack to this wonderful admin panel (which unfortunatly generates lots of warning on WP 1.5.2
Add this code (copied from wp-admin/edit.php)
get_results("SELECT DISTINCT YEAR(post_date) AS yyear, MONTH(post_date) AS mmonth FROM $wpdb->posts ORDER BY post_date DESC"); foreach ($arc_result as $arc_row) { $arc_year = $arc_row->yyear; $arc_month = $arc_row->mmonth; if( isset($_GET['m']) && $arc_year . zeroise($arc_month, 2) == (int) $_GET['m'] ) $default = 'selected="selected"'; else $default = null; echo "'; echo $month[zeroise($arc_month, 2)] . " $arc_year"; echo "\n"; } ?> " />Just after the category selector, and you’ll have a month selector for your batch moves.
It works really smooth. Thanks a lot Stephanie !
Will you be adding support for Wordpress 2.0?
I would also like to encourage you to upgrade this plugin for wordpress 2.0. I’ve enjoyed using it.
WP2.0 support would be fantastic!
I would love it if there was 2.0 support for this
jep, i would also like to get wordpress 2.0 support for this plugin
ups, i just now read your other post .. please ignore my other comment.
I’m in need of a plugin like this for WP 2.0. Please update!!
Thanks
I also posted this over at as days pass by…
“All the batch changes work properly with the hack above, but the update’ feature does not work due to an incorrect ID #. I’m going to see if I can figure out why.”
I am actually having a similar problem with WordPress 1.5.2. I can make batch changes to the entire group, but pressing the “Update” button next to each post has no effect. There’s no error message or anything — it just reloads the page without making any changes.
Just for the heck of it, I tried Myles’s workaround, even though it was designed for a different version of WP… but it had no effect. Any ideas?
WP 2.0 support would be awesome…
Please, I need the compatible version with WP 2.0
We would love if this supported WP 2.0!
Thanks for your hard work
Just another voice in favor of mass category management for WP 2.0
All I am getting is a blank page when I use batch-access.php to get to the batch-category.php file. I’ve looked for extra spaces and such (removed them) but like I said, I’m not seeing this page.
Please help?
Ahh…great plugin. I would love to use it but I’m currently on Wordpress 2.0. Hope you’re working on a compatible version!
For anyone interested, I’ve released a plugin that allows ajax-y mass category management under WP 2.0: http://uwmike.com/wordpress/wp-cats/
cool! I’ll give it a try when I get around to cleaning my categories!
Plugin looks great but unfortunately doesn’t work with wordpress 2.0.3
Mike - Any chance of making your plugin so you can do more then one at a time?
Very nice functionality (exactly what I was looking for)!
I’ve changed the plugin a bit so it would work with WP 2.0, if you want I can send you the code.
Do publish it on your blog and send a trackback here!
Please Baastian, publish the hack! Thanks
HELP! Support for 2.0 pleeeease!
This plugin is exactly what I have been looking for. But looks like it doesn’t work in WP2. Any plans of making it work in WP2 in the near future?
Thanks!
This looks like what I need for my WordPress too — going through many articles and categorizing them is such a chore! I read talk of a WP 2.0-compatible version up there, is this out somewhere? Please advise, I’d love to know! Thanx!
I’ll join the crowd in asking for a version of your plugin that works in Wrodpress 2.
Thanks!
Hi,
I got problems getting the php-script running, it just gives out the php-code (nice coloured)
Take a look:
http://the-barcelona-tourist-information.com/wp_frag-den-nerd/wp-admin/batch-categories.php
I tried it with the original (ext phps) and it questioned if it should be downloaded.
And when I copy the PHPS in the Plugins-Folder (original or renamed to php) it ignores it.
I think it´s a small thing I forgot, but I would be happy about support.
Thanks
David
Hi,
I have installed the plugin on a 2.0.5 WP install.
When I click the link nothing happens? I get a blank white screen which states “Done” in the browser status bar.
I uploaded the files as per the instructions. Possibly not compatible with 2.0.5?
I want to use batch-categories and in hurry therefore I save a page
of ur code as batch-categories.php and drop it in wp-admin folder then
when I try to access
“http://pindaal.com/blog/wp-admin/batch-categories.php” then code
appeared. What shud I do?
Use this updated version which works with 2.0: http://robm.me.uk/2006/12/13/batch-categories/
Very nice plugin - already in use at my blog. Thank you!
Thanks for the previous works. Looking for upgrades. I’m using wordpress 2.3.
Unfortunately, after pointing my browser to the php file, I receive this error:
Warning: require_once(../wp-includes/wp-l10n.php) [function.require-once]: failed to open stream: No such file or directory in /home/thebeach/public_html/blog/wp-admin/batch-categories.php on line 12
Fatal error: require_once() [function.require]: Failed opening required ‘../wp-includes/wp-l10n.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php:/usr/local/ioncube’) in /home/thebeach/public_html/blog/wp-admin/batch-categories.php on line 12
I did not notice a wp-l10n.php file in the includes folder. However, there was a l10n.php file. After renaming it and refreshing the browser, I still got the same errors.
Thanks for any help!
57 Trackbacks
Pingback: Need batch category editing in WordPress? So did I.
e como gran aliado a Stephanie Booth y su […]
gin ॒‘’¢ ?)ï’¼’›é’‚’„॒¥’½à¦’ˆ’‘è’£?ç’š’„ plugin ä’¸’¦ä’¸?॒¤’šï’¼’Œà¦’‰’¾à¦’²’’॒…’©ä’¸’‹à¥°’±ç’œ’‹à¥’ˆ°à¥’…’‡à¦’‰’‹ä’º’†ï’¼’Œà¥’Ž’Ÿä’¾’†à¦’˜’¯ Batch Categories ç’š’„॒•?é’¡’Œï’¼’Œà¥’®’ƒç’š’„ batch-access.php é’€’™à¥’€’‹à¦’ª’”ç’š’„঒œ’€à¥’¾’Œé?’¢à¥’¤’š […]
ie zuzuordnen. Schade. Ansonsten funktioniert so weit alles reibungslos. Es gibt zwar ein Plugin, dass ein schnelles verschieben von Einträgen in eine andere Kategorie […]
wischen die Beine geworfen bekommen
[…] Saturday Feb 26, 2005 Category Updated Finally, thanks to this plugin, which I’ve finally got to work, I’ve […]
[…] o melhor (meus agradecimentos às pessoas que criaram e disponibilizaram isso pra gente): + BatchCategories: edição em massa de posts em múltiplas categorias + Delicious […]
[…] se let me know. Update: Well, I’ve solved one problem - I was trying to install the Batch Categories plugin, and it wasn’t displaying anyth […]
[…] e viewer. Here are some of the changes I’ve bravely made. Batch Edit Categories An edit to the WordPr […]
[…] e viewer. Here are some of the changes I’ve bravely made. Batch Edit Categories An edit to the WordPr […]
[…] rt scripts dump everything into Uncategorized, then leave it to us to clean out the mess. The batch categories plugin was really my only hope, and it was slightly less […]
[…] rch and Replace Plugin WordPress: Batch Categories Il plugin The Batch Categories aggiunge una schermata in più che permette di visualizzare […]
[…] that I brought over from Blogger. There is still quite a way to go, and although I found a Batch Categories plugin for WordPress, I couldn’t activa […]
[…] ows me to mass move posts from one category to another, to consolidate some of this stuff. Found it!
I need the “keywords” field from […]
[…]
[…] s de las entradas mà¡s vistas, las bàºsquedas mà¡s repetidas o los àºltimos visitantes. […]
[…] s de las entradas mà¡s vistas, las bàºsquedas mà¡s repetidas o los àºltimos visitantes. […]
[…] y! WP MAIL wp-mail-0.312.zip Batch Categories - Make sure you get the fix for the WP v1.5 […]
[…] do get back in case you have doubts) 1. Download and install Batch-categories (0.9) from here. 2. Installing implies, that you copy the batch-categori […]
[…] dge to see how far I can really go. Spam Karma 2 - Reloaded Adhesive Backup Restore Batch Categories Blogs Of The Day[ALPHA] Brows […]
[…] istados de las entradas mà¡s vistas, las bàºsquedas mà¡s repetidas o los àºltimos visitantes. * [[http://climbtothestars.org/archives/2004/07/13/batch-categories-09/|Batch Categories]]: Permite mover una serie de entradas facil y rapidamente de una […]
[…] istados de las entradas mà¡s vistas, las bàºsquedas mà¡s repetidas o los àºltimos visitantes. * [[http://climbtothestars.org/archives/2004/07/13/batch-categories-09/|Batch Categories]]: Permite mover una serie de entradas facil y rapidamente de una […]
[…] istados de las entradas mà¡s vistas, las bàºsquedas mà¡s repetidas o los àºltimos visitantes. * [[http://climbtothestars.org/archives/2004/07/13/batch-categories-09/|Batch Categories]]: Permite mover una serie de entradas facil y rapidamente de una […]
[…] t modified: Jul 17, 2005
[…] into normal posts instead of on pages. I think it will turn out better this way. Used the Batch Category to mass edit the categories. Yay. Added an excerpt to every s […]
[…] Pour modifier la catégorie de plusieurs billets à la fois, dans WordPress, Stephanie Booth a créé un hack du nom de Batch Categories. Après avoir vainement tenter de le faire fonctionner en le modifiant pour qu’il fonctionne avec WP 1.5 (il a été créé pour la 1.2), je me suis décidé à attaquer directement la base de données MySQL pour classer mes archives Blogger dans la catégorie appropriée. Super facile, parce que je n’ai pour le moment qu’une quarantaine de billets donc 6 dans des catégories différentes des autres. Enfin voilà . Maintenant, on s’étonnera moins de voir les dates des billets passer de novembre 2004 à juin 2005… […]
[…] Stephanie Booth’s Batch Categories for Wordpress is an invaluable help, theoretically, for setting categories on lots of posts at once. However, it doesn’t work properly in Wordpress 1.5.2. I’ve updated it so that it does work properly, and you can download the new Batch Categories 0.92. […]
[…] Google Sitemaps 9 Spam Karma 2 - Reloaded 5 Related Posts 3 WP-ContactForm 6 Email Notification Plugin StatTraq 2 Adsense Deluxe 5 Akismet 4 Ultimate Tag Warrier 3 Feedburner Feed Replacement 3 WP-Amazon 3 Auto hyperlink URLs 2 Page Navigation 2 Angsuman’s Feed Copyrighter 2 WordPress Database Backup 2 IImage Browser 2 Paged Comments 2 Viper’s Plugins Used 2 Popularity Contest 2 WP-Googlestats 2 Subscribe to Comments AJAX Spell Checker Recent Comments Audio Play Rate My Stuff ViewLevel2 evermore PHP Exec Most Wanted Autometa WP-Cron Quicktags WP Adsense No Duplicate Comments Polite-ifier CSS Compress Del.icio.us Bookmark This Flickr Gallery Heavyweight Categories Live Comment Preview Relative Dates RunPHP Extract Terms Terms2tags Force Word Wrapping WP-cache WordPress From/Where WP Hardened Trackback WordPress Hashcash Adsense Logger Bad Behavior Cat 2 Tag CA Chitika Chitika eMiniMalls Code AutoEscape Paged Comment Editing Optimal Title Better Feed Click Counter IP 2 Nation Random Words Transpose e-mail Batch Categories Enhanced View PXS Mail Form SH-Autolink Search Meter Search Pages Search Reloaded Smart Update Pinger Taggerati x-Dashboard CG Powerpack PhotoPress Subscribe Me Secure Image Ak-Bookmark/ak-subscribe Blogs of the Day (couldn’t find URL) Get RSS (couldn’t find URL) […]
[…] Finally I have successfully moved many posts from one category to another. The trick is to use this wonder “plugin” from Stephanie Booth. […]
[…] Ð’ зачиÑ?тке помогал плагин Batch Categories , умеющий Ñ?копом перемещать из одной категории в другую. Признаю, плагин работает, но не очень удобно. Ð?ет возможноÑ?ти вывеÑ?ти кол-во поÑ?тов на Ñ?транице (по умолчанию 10), нет Ñ?Ñ?ылки вперед и назад по группам поÑ?тов, нет возможноÑ?ти удалить поÑ?ты тут же. […]
[…] Have you noticed how many categories this blog of mine has? Disastrous. When I migrated to Movable Type in 2004, the main thing I was excited about was being able to use multiple categories for my posts. It got a little bit out of hand. Six months later I switched to WordPress and in the process, wrote a plugin to help me tame my categories. I never really finished sorting everything. […]
[…] Je crois que la monstrueuse liste de catégories dans ce blog n’aide pas. Allez savoir pourquoi, mais ça me bloque. Il faut vraiment que je fasse du triage. Mettre à jour Batch Categories par exemple. […]
[…] 由于没有了分类(即所有文章都是uncategorized),只能在网上寻找批量添加/修改分类的WP插件,Google一下,发现Stephenie Booth写的那个插件已经不能在WP2.0里用了,不过在她Blog的评论里,令人兴奋的发现了WP-Cats。如果谁要是从Bus搬到WP,我想这个插件是必不可少的。 […]
[…] das Programm Batch Categories hilft beim Einsortieren von mehreren Posts in Kategorien, […]
[…] Here’s a new WordPress plugin that lets you batch edit categories—that is, assign multiple posts to a category or delete multiple posts from a category in one fell swoop. The original idea was Stephanie’s; this is a completely new version for WordPress 2.0. […]
[…] Batch Categories: Permite mover una serie de entradas facil y rapidamente de una categoría a otra. […]
[…] Batch Categories 不像 WP-Cats 是個常用的東西, 他的主要功能是把一堆文章同時加入某個 Category, 或是同時取消某個 Category, 剛看到時, 我把 Remove 功能當作是刪除屬於某個 Category 的文章, 不過即使如此, 這個 Plugin 在大量操作的時候一然很好用, 不過比較弱的地方在於它列出文章的方式只有 Category 跟 Keyword, 而且也不能合併使用 […]
[…] 這東西其實有點難用, 因為只要一改某個 Category 的父分類, 就會 Reload, 用起來就很不順手, 尤其是要一次改很多的時候, 如果能加上 Ajax 效果會好很多, 另外就是他加上了一個自己的 order field, 可是卻沒有完整的把所有 list_cats 的部份弄好, 不但跟 WP-Cats 與 Batch Categories 會衝突, 同時在很多地方的 Category 顯示都還是原先的順序,也就是 Category Manager 的 Order 根本自己設爽的, 所以最後我把這弄掉了 […]
[…] 12. Batch Categories It’s the ideal companion for large-scale post-import messy category work. List all posts belonging to a category or matching a keyword, and edit their categories, easily visible at a glace with a collection of s*xy drop-down lists. […]
[…] Batch Categories: Permite mover una serie de entradas facil y rapidamente de una categoría a otra. […]
Category update…
Your neighborhood friendly admin speaking.
Since I have a job that consists largely of being paid to sit on my ass and refill the printer paper once every three hours, I reworked the categories. Several have been renamed and reclassified to fit more th…
[…] Плагины wordpress для Админки 404 Notifier - плагин, регистрирующий 404 ошибки. Admin Dropdown Menus - изменяет вид меню, превращает его в низпадающее в админке блога. Admin Panel Comment Reply - Добавляет опцию “ответить на комментарий” в админке. Ajax Spell Checker - плагин для проверки орфографии. Auto-hyperlink URLs - позволяет автоматически переводить URL в гиперссылки. AWSOM Pixgallery - плагин для созданий портфолио. Batch Categories - облегчает процесс замены категории для статьи и облегчает работу с только что импортированными статьями из другого блога. Custom Admin Menu - редактор админки блога. Custom Write Panel - плагин позволяющий настраивать панель “НАПИСАТЬ”. Dashbar - показывает навигационную панель, как на бесплатном хостинге wordpress. Dashboard Editor - плагин для настройки админской части с использованием PHP, HTML и виджетов. DashNote - плагин позволяющий делать заметки к неопубликованным статьям. Digital Fingerprint - добавляет электронный отпечаток пальца к статьям, для того чтобы легко было найти плагиат ( и наказать :)). […]
[…] Batch Categories […]
[…] Batch Categories - Makes it easier to add posts to another category, or to organize posts when importing from another blog. […]
[…] Batch Categories: agrega una página de cada categoría con sus entradas, para administrar tanto entradas como categorías. […]
[…] Batch Categories: adds a page for each category with their entries, tickets manage both categories. […]
[…] Improve AppearanceAuthorHighlight - Highlights comments by the blog’s author.AWSOM Pixgallery - Designed to allow artists and webcomic creators to create a portfolio of their artwork.Batch Categories - Makes it easier to add posts to another category, or to organize posts when importing from another blog.Google Analyticator - Inserts Google Analytics code on every WordPress page.Google Sitemaps Generator - Will create a Google compliant site map of your blog.Mass Post Manager - Allows you to move or delete all the posts in a category at once.Mutliply - Allows one administrator to control multiple blogs.OneClick Install - Adds an extremely powerful uploader and installer for plugins and themes to WordPress, eliminating the need to unzip or http://FTP.Post2Page - Allows you to take existing posts that you have and convert them into pages.WP- DBManager - Provides you with the ability to optimize the database, back it up, restore, delete the backup database, drop emptied tables, and run selected queries.WP Super Edit - Provides you with more control over the Visual editor including emoticons, layers, style attributes, and more.WP-Table - Allows you to add a table directly in the Visual mode or import from a spreadsheet.ImageManager – Includes interface for browsing and uploading images and basic tools such as cropping and rotating.Multi-Topic Icon: Shows images that represent each of the categories assigned to a blog post. […]
[…] Batch Categories - Facilite le rajout des posts à certaines catégories ou des les organiser en les important d’un autre blog. […]
[…] Batch Categories - Facilite le rajout des posts à certaines catégories ou des les organiser en les important d’un autre blog. […]
[…] Tag Managing Thing, which does a lot of what I was dreaming up for a possible future version of Batch Categories. Well, one thing Tag Managing Thing doesn’t do which Batch Categories did, was to assign […]
[…] Batch Categories - 更强大的日志分类管理。 […]
[…] Batch Categories - Adds a page to the category management, showing all the posts that belong to a category making it easier to add to another category, or when using an import tool from another blog. […]
[…] Batch Categories - Tăng cường chức năng quản lý category của Wordpress, hiển thị toàn bộ bài viết thuộc một chuyên mục và dễ dàng thêm các bài viết đấy vào một chuyên mục khác. […]
[…] > Comments. (đỡ phải truy cập vào bài viết để đọc và trả lời comment) Batch Categories - Tăng cường chức năng quản lý category của Wordpress, hiển thị toàn bộ bài […]
[…] Batch Categories: Permite mover una serie de entradas facil y rapidamente de una categoría a otra. […]
[…] Batch Categories: agrega una página de cada categoría con sus entradas, para administrar tanto entradas como categorías. […]