I've used add_meta_box() to add a custom meta box to the WordPress edit window on both pages and posts.
How can I make this meta box also show on the "Quick Edit" screen?
Ideally, I'd like it to appear just to the right of the Categories selector.
|
I've used add_meta_box() to add a custom meta box to the WordPress edit window on both pages and posts. How can I make this meta box also show on the "Quick Edit" screen? Ideally, I'd like it to appear just to the right of the Categories selector. |
|||
|
|
|
There seems to be no easy way to do this, you must add all code yourself. All together, this gives a hack like the following to add some code. Finding out where you can handle the form submission is (currently) left as a exercise to the reader.
|
|||||||
|
|
|
|||
|
|
|
I have also answered this with a more simple way to do it on this post here Quick edit screen customization |
|||
|
|