Prepopulated, editable widgets when a user creates a new post. #23189
JennyPower
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
I would like to be able to provide a preformatted post with editable widgets when the client creates a new post.
Example:
Client creates new Product. Post is all ready with a template containing an empty image gallery, icon list, text block etc so they can populate with the product details.
Describe the solution you'd like
It's already possible to create a template so the client could Add Template, go to My Templates, find the template and insert it in the page BUT how much better would it be if the post already loaded with the relevant template.
eg I want Product CPT to load with the product template already inserted in the page
Describe alternatives you've considered
This can kind of be achieved using custom fields ie the client fills out the custom fields and the values are pulled through into the various widget. However, this doesn't work for repeater fields, so icon list doesn't work (and probably various other widgets). These could only be done by writing PHP and pulling it to the page via a shortcode.
Additional context
No response
All reactions