Hi
I was wondering is there a way to load an 'edit post form' using the metabox shortcode only upon user interaction on the post archive pages. So the current user can edit their posts if they click on a button element next to the post (similar to how Facebook works for posts).
- user clicks a button next to the post on the posts archive page
- then fetch the metabox edit post form e.g. [mb_frontend_form id="dc-product" post_id=315 confirmation="Your post has been updated" ajax="true"]
I realise I could add in a edit post link next to each post to redirect the user to the post edit page, but ideally I want to let the user edit the post directly on the archive page.
I have a feeling I this is not possible, but worth asking.
Thanks