Is there a front-end editor that allows editing of the shortcode content?
-
I have this:
MASTER Page (a custom post type): The content of this page is made up of “blocks” containing the page content of various other CPTs I have (using the RPS Include Content). Renders wonderfully and as expected when I view it in a browser. I’d like the client to be able to actually edit the content from the front-end.This is how I would like it to work:
Client clicks “Edit”, which then pulls up the rendered MASTER page, showing the various short-coded blocks which are pulled in. I want the content to show, rather than the short-code itself. Client should then just click an area, which would then launch a modal or use in-line editing to modify the content of each block. He then would click “update”, and the MASTER page would be saved with all the edits made. It would need to also save the edits in the short-coded areas source.Anyone know how I can achieve what I need?
- The topic ‘Is there a front-end editor that allows editing of the shortcode content?’ is closed to new replies.