This is an interesting question, though a bit too broad for a Q&A model. Here is what I would do:
- Create a custom post type, where each post is a block of content
- Create a second custom post type for pages that are assembled from blocks of code. In stead of a content field, create ten drop down fields (or more if there are more blocks possible on a page). For the
select
options in the dropdown, take the title of all posts in the first custom post type. In this way any new block of content will automatically become available for assembly. - Create a template for the second post type, that loops through all drop down fields and assembles the content from the first custom posts.
Related Posts:
- Setting a custom sub-path for blog without using pages?
- Loading custom page template via plugin
- How to quickly switch custom post type singular template?
- Create second custom 404 page for selected post type
- is_page_template not working as expected
- Help with CPT template pagination
- Create Template for Custom Post Type same like for Page
- How to render a custom post type template with custom fields using shortcode
- Filter widget outputs
- Custom post type pages return 404 page?
- How to get the current category with custom posts
- Custom permalink structure for remote content pages
- Shortcode in pages or tempate files for custom post type
- How can I allow users to edit text that will be displayed on a custom post type archive page?
- How to make post templates to include shortcodes only?
- A certain theme is forcing it’s singular post layout
- Question on templates
- Custom post type option page template
- How can I load Template file from wordpress plugin
- How can I find out what template is my custom post type using?
- Loading a template for a URL pattern
- Custom Homepage As Single Page or Custom Post Type?
- Using custom post types within a section of a template
- Custom Post Type Template Based on Page Slug?
- Navigation links to posts in current term shortcode
- using a template for more then 1 page
- How to pass URL parameters for advanced taxonomy queries with multiple terms for one custom taxonomy
- How do I display two separate taxonomy archives for two post types that share a single taxonomy?
- Templates for Custom Post Types and Custom Taxonomies
- Creating a Custom Post Type for Inserting Preset Content into Post & Pages?
- Add a Template to a custom post type
- WordPress calls archive page instead of Custom Page Template
- How to query custom posts using a dynamic category
- Pagination on a custom page template
- Create Pages from Database
- Include different loop templates in search query
- Child page in custom post throws 404 page not found
- Strip shortcode from specific post types (formats)
- CPT: archive-cpt.php VS custom page template
- Pagination in a Shortcode. Get_next_posts_link not working but get_previous_posts_link works fine right next to it
- Take Variables Set in Functions.php and Echo Them Inside My Custom Post Template
- Custom Blog Post Listing in Genesis Sample Child Theme
- Pull in custom content types into page template
- Editable content on a Custom Archive page
- Is it possible to create a shortcode that will query a post based on taxonomies?
- Get custom posts with certain ids in a custom loop using a shortcode
- How to create shortcode to display custom field value on a custom post type
- Get custom post type list for every category shortcode
- redirect automatic page that serves custom posttype content
- Shortcode for CPT post content in a page
- Why does my content disapear when I make a page to match an archive name?
- Fields for different parts of a page
- How to specify a template for a path like http://example.com/something?
- How can I set the page template of a new custom post type post?
- WordPress 3.9 not using custom template
- How to Create Template File for Parent Page of Custom Post Type
- Custom post_type search pages
- how to remove pages loading with the archive templates
- WordPress Picks Up Wrong Template for Custom Post Type Archive Page
- Associate page w/ specific single post template?
- writing posts in indian regional language (Punjabi)
- Loop through custom posts by taxonomy and display the titles in a list, it is repeating 8 times
- get comments by current user inside page template
- Custom post types with categories in template
- assign different templates to custom post type with homepage loop
- Shortcode / WP_Query in post changes context
- Modify a plugin function output from another plugin
- Using Custom Post Meta Values in Shortcode
- Custom post type draft use wrong template
- How can I add in post’s the text “No content”
- Calling a div and content in php?
- Content in WP Editor displayed below CPT shortcode [duplicate]
- Tag template not returning posts [closed]
- Display custom post type from template
- Shortcode with loop stacks output
- How to display the post using a shortcode in WordPress?
- How do I find out which (page) template file my custom child post is looking for?
- How to generate auto shortcode for custom post type same as Elementor Template?
- Custom Post Taxonomy Template Not Loading Properly
- Shortcode and get_template_part
- How can I use one instance of page.php to display different custom post types?
- Templating advice sub posts of a CTP
- How to display a custom post as a page (but unedited)?
- How to override post-new.php with custom template
- Custom post type , page template not grabbing the page template
- Can I organise my custom post types by page?
- I want to create an archive and single page for a custom taxonomy for a custom post type
- Enable shortcodes on custom post type
- Custom meta box in editor of custom post type not working
- Plugin Error on activating
- custom post type plugin – single template
- custom post type archive slug vs. custom page template
- How to create a custom template for this custom post type?
- Shortcode display CPT Query only showing 1 post?
- How to divide posts (custom post type) content on multiple pages?
- Page template anomaly
- How to make a template for a specific post of a custom post type?
- WP_Query is getting the post but the_post() not rendering any Post
- How can I produce multiple webpages with a different output based on one entry/Page/custom Page?
- How to provide page_template path in custom plugin using WordPress