Working Examples for WordPress Bulk and Quick Edit | ||
When working with WordPress posts and you want to quickly change the status or date of one or more posts, it’s a simple affair via the built-in bulk and quick edit tools. However, when you’re dealing with custom post types and fields, it’s not so easy. Until now… During a recent tasking to help the Media Burn Archive with speeding up mass updates for video meta fields, we found the easiest solution to be via WordPress’s action calls. Specifically the While reading the documentation for
While putting all of these resources together helped greatly, the final solution adapts for custom post types and minor security checks. There’s still more to do, but for now, it’s good enough. Feel free to check out the code via downloading below. The CodeScreenshots
Even better now!I just wrote the Custom Bulk/Quick Edit plugin for WordPress. There’s also a premium version as well to enable working with custom post types.
Related Entries | ||
Ok, thanks a lot for this open door…
Now, you HAVE to extend this for custom_fields, on post and pages.
I’ll kiss you for that…
MANY THANKS
If you’ve added columns to view to already for the edit page, the settings panel will show up.
You can try the master copy of the new plugin at https://github.com/michael-cannon/custom-bulkquick-edit. I’m still working on enabling for radio, checkbox, and select fields.
That’s what I’ve read. But i’m not completly able to do that.
I was hoping http://wordpress.org/plugins/codepress-admin-columns/ could do the job.
Just tested : nop.
Tears…
After a couple days of trying, I’m not able to get Codepress’s Admin Columns working nicely yet with Custom Bulk/Quick Edit.
For now, add custom columns per the example at https://aihrus.zendesk.com/entries/24800411-How-do-I-add-custom-columns-.