Model repeating content (products, portfolio, posts) as a post-type collection that maps to a WordPress CPT on export.
Where: CMS → collections → post-type — Create a post-type collection
Key ideas
- Post-type collection: One of the CMS collection kinds (page, post-type, block, widget, repeater, taxonomy).
- Fields: Each CPT has fields you bind to design elements.
Steps
- In the CMS, add a collection of kind "post-type".
- Define its fields.
- Bind a template’s elements to those fields.
- Export to WordPress to generate the CPT.