Tagged Questions
1
vote
1answer
163 views
Make metabox of custom post type fully autosave- and bulk-/quick-edit compatible
I'm trying to create a custom post type and I've had the same problem that's described here; my custom meta information was properly saved, when saving manually, but got lost as soon as the autosave ...
1
vote
1answer
135 views
How do I limit the status options for bulk/quick edit to only Published and Draft?
For my custom post type, I only want to have "Published" and "Draft" as the available options in the bulk edit and quick edit screens, i.e.
I tried hooking on to the filter ...
1
vote
2answers
246 views
How to verify nonce from Bulk/Quick Edit in save_post?
I need to do something specific in my save_post callback for bulk and/or quick edits, so how do I check the nonce for that? I can only find _wpnonce in the edit.php html source, but can't find an ...
0
votes
1answer
651 views
Is there a way to enable bulk edit and quick edit on custom post types?
When viewing a list of all standard post or pages there are convient quick edit and bulk edit functions to edit author, template, status, dates, etc...
Is there an easy to enable similar quick edit ...