Tagged Questions
2
votes
1answer
47 views
How to save multiple metaboxes?
I read a tutorial about metaboxes, most of things are clear but I have a question about multiple metaboxes.
My question is about saving, in the tutorial:
<?php
add_action( 'save_post', ...
1
vote
2answers
81 views
Undefined index: at_nonce in custom post metabox
I'm getting this error with my custom post metabox. The custom post and metabox works fine, but if i have debug on and when i try to save any other page or post, i will get an error:
Notice: ...
1
vote
0answers
80 views
My custom write panels won't save data. What am I missing?
So far I've been reading some tutorials about ways to create Custom Write Panels. It seems that none of them will really work without some bug. I'd like to discuss one of those tuts here: ...
1
vote
2answers
710 views
Do I need a nonce field for every meta box I add to my custom post type admin?
I'm currently working on the admin page of my custom post type, and I got stuck on deciding whether to add a nonce field again for the second metabox or not. I'm very new to custom post types, and ...
0
votes
1answer
660 views
Forms and WordPress Nonce
WordPress nonce is driving me nuts! I had this problem when I started my plugin and removed it but now I have come back to it and still don't know what to do.
I have looked all over for a solution. ...