This members-only tutorial provides the steps to use Advanced Custom Fields for adding a form having the fields to edit the title and content on singular Pages, Posts and CPT items on the frontend.
We shall ensure that the form is output for admins and logged-in users that should be able to edit the form i.e., only if the user is the author of the post.
Also, we are going to set up a basic dashboard Page where the logged-in users (that have the permission to publish) will see the posts that they have published with links to view and edit. Clicking the Edit link will open the post on the frontend and jump to the editing form.
Step 1
Let's have acf_form_head() run in the correct place conditionally.