Hi everybody. I have a question about front-end editing. I have now placed a shortcode <div>[mb_frontend_dashboard post_type="news-message"]</div> and then I can see perfectly which posts I have, but when I press the edit icon nothing happens. When I press delete it works perfectly.
I also have a front-end page to add these posts (it's stated in the documentation: You must create a page for submitting posts first, then use its ID in the edit_page attribute.). The documentation also states that I should use the ID of the post in the edit_page attribute, but how do I do that?
It's a shortcode, right? Do I have to create a separate shortcode for each new page that the user creates? That would be an impossible task.