[wp-hackers] Dashboard plugin/widget development - create new post

scribu scribu at gmail.com
Mon Apr 5 16:46:26 UTC 2010


Oh, no wonder it doesn't work:

First of all:

<input type="hidden" name="*conversation_post_ID*" value="0" />

WordPress expects post_ID (I think); it doesn't know what to do with
conversation_post_ID.

Secondly:

             <input type="hidden" id="_wpnonce" name="_wpnonce" value="<?
php echo wp_create_nonce( "*conversate_$qotd_user_id*" ) ?>" />

My guess is that it should be something else there.

Take a better look at the QuickPress code.


-- 
http://scribu.net


More information about the wp-hackers mailing list