Hello,
I am attempting to allow users to create new posts using the Front-End Editor, but am unable to save a post.
I have added this above my loop:
<?php fee_inject_dummy_post('post', false); ?>
The [Empty] text areas for title, content, etc., appear and I am able to edit them. But once I do so and save, a refresh of the page clears the data.
Any tips are appreciated!!
Thanks!