Basically I want to give my readers the opportunity to write posts/post their images in a certain category without logging in to the admin interface.
I experimented with a modified post.php (/wp-admin/includes/post.php) but it didn't work out because (i think) i wasn't able to get a valid wp_nonce key or some other kind of xss/csrf protection prevented the modified post.php from writing the post to the db.
In the end i want to have a form where my readers can fill in an image_title (=post_title) and a image_url (=post_content) without cookies etc... Any ideas on how to solve this problem in a simple way?
cheerio