ozzysong
Member
Posted 2 years ago #
Hi,
I'm trying to save post via a form outside the admin dashboard. I know there is TDO Mini Forms to do some of the work but I want to somethings like flash file uploads at the same time and don't feel confortable with the plugin.
Is there a way to do this calling post.php and retrieving the post id in the response?
I would apreciatte any help, thanks.
http://wordpress.org/extend/plugins/post-from-site/
Dunno if this plugin is any better....might be a bit limited?
ozzysong
Member
Posted 2 years ago #
Thanks for the reply, i'll try that plugin.
If nothing works, i'll do a plugin myself.
ozzysong
Member
Posted 2 years ago #
At last I did it with wp_insert_post() function.