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
- Custom taxonomy and custom post type – wrong permalinks and template
- Can I override a CPT template on a per post basis with Gutenberg block editor?
- redirect automatic page that serves custom posttype content
- Adding sidebar to template creates horizontal gap the size of the side bar
- WordPress showing archive.php instead page
- Using advanced custom fields from one custom post type in another custom post type / using nested shortcodes
- Form action/link to render a plugin in WordPress front-end
- Content vs Template on custom post
- custom post type category count shortcode
- Display Child Pages of Custom Post Type Parent Page
- How to use custom template files in deeper directory?
- WordPress Doesn’t Generate Taxonomy Archive
- Shortcode to display Staff post type based on Location post type and Specialty post type
- A case for Hierarchical Custom Posts
- Custom taxonomy returns 404
- wp_reset_postdata() and wp_reset_query() inside shortcode are not working to reset original page query
- Shortcode for CPT post content in a page
- Show Custom Post Type meta boxes only on Page Edit
- Adding the_content() in custom template email
- Creating a Page Template to display all items from a Custom Post Type
- Why does my content disapear when I make a page to match an archive name?
- Adding Page Templates to post but it ignored it
- Next Post links not working in custom post type shortcode
- Template for all categories of a custom post type?
- Foreach inside shortcode not working as planned
- Custom Post Type Template Alternative
- Migrating a taxonomy’s tags to the native category
- General advice on addressing content-centric pages
- Flush Rewrite Rules when new site is created on network
- Fields for different parts of a page
- next_/previous_post_link() `in_same_category` appears to fail when true
- Multiple templates for single custom post type
- WordPress custom taxonomy template not working
- How do you create a custom template to display a category with an image and related posts below?
- WordPress Custom Search by post_type
- How can I get this request to use the Custom Post Type page template instead?
- How to specify a template for a path like http://example.com/something?
- Custom templates for a specific category
- Archive for a Taxonomy of a Custom Post type
- Pages Become “Archive” Instead of Using Page Template
- How can I set the page template of a new custom post type post?
- Can a shortcode included in post content add styles to the ?
- How to retrieve category of a post in have_post loop?
- WordPress 3.9 not using custom template
- Multiple single templates?
- Template files for Custom Post Type and Taxonomy
- Set templates for custom post types
- How to Create Template File for Parent Page of Custom Post Type
- Custom post_type search pages
- Checking if looped item has a parent inside a shortcode
- how to remove pages loading with the archive templates
- Custom URL redirect in WP
- Custon Content within WordPress Loop
- Main query not querying any posts in custom taxonomy template
- Custom Empty Results page for my Custom Post Type
- WordPress Picks Up Wrong Template for Custom Post Type Archive Page
- Associate page w/ specific single post template?
- get_post_meta is not working inside shortcode
- Custom posts template page
- writing posts in indian regional language (Punjabi)
- the_post() is printing titles in page footer
- Loop through custom posts by taxonomy and display the titles in a list, it is repeating 8 times
- How can I use archive-{post_type}.php theme template?
- Include php on a specific page template
- get comments by current user inside page template
- page template for custom post type
- Page Template Dropdown For Custom Post Types
- make permalink go to a custom single.php file
- Add Previous/Next Buttons to CPT Single Pages Only
- Creating Sections for Post Types
- Add custom attributes to a post
- Custom post types with categories in template
- Creating separate feeds for custom post types
- Shortcode leaves no space for other elements?