If I understand what you are doing, and I may not, I would not do this with multiple Custom Post types, much less 27 of them.
I would…
- Create a single Custom Post Type for this “Latest News” data.
- Create a Custom Taxonomy to sort the data. This taxonomy would have
27 terms to correspond to, and serve instead of, the CPTs that you
are thinking about making. - Create a theme template or templates to handle the data
To make this work, you would create a new post in your CPT and mark the appropriate term in your custom taxonomy. The template(s) you create in the theme would then display posts from the CPT according to a taxonomy argument– that is display posts based on the term chosen.
Related Posts:
- Help Creating a Slideshow Custom Post Type with Custom Meta Boxes?
- Get custom post type slug for an archive page
- How to force one column layout on custom post type edit page?
- Automatically generate custom post title based on meta
- Custom Post Type as Page parent
- Hide custom post type from nav menu manager
- category__in not working on custom post type
- Creating a Custom Post Types dropdown in a Meta Box
- How I check if the same post slug has not been used before publishing?
- Menu with Automatic Pages Included from Custom Post Type
- Ajax filter with custom taxonomies
- WordPress Admin Panel search posts with custom post meta values along with title
- Is there An Input Checkbox Option That Works like `wp_dropdown_categories()` To Use In A WP Search Form?
- Registered Post Type Isn’t Showing in Admin Menu
- Multiple templates for custom post type
- Create a relationship between two custom post types?
- Adding Custom Taxonomy Archive Link to Nav Menu Shows Up As (Invalid)
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- Multiple templates for a custom post type
- Check if author or current user has posts published
- Make a function to run only for CPTs
- WordPress custom meta field for custom post not storing data
- Conditional regex in add_rewrite_rule() for specific query filters & pagination
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- List all images from a single post meta value
- Validate custom fields before save using WordPress Rest API
- Overriding taxonomy and custom post type
- Get latest 3 posts from multiple CPT in one query
- Custom Post List View: Page or something else?
- Best way to save horoscope data
- Widget: Custom Post Type Post Listing Dropdown on Admin Side
- Display all taxonomy terms, add class if term applies to current post
- How to build custom route by adding taxonomies to URL ? ex: www.demo.com/communities/palo-alto/
- Sort CPT archive by order prevents sorting in admin
- How to create a custom post type with additional fields?
- How to make custom posts types display when published for the future
- A to Z List of Custom Post Type in three columns
- How to display Custom Taxonomy under Custom Admin Menu?
- How to order WP_Query by parent for hierarchical Custom Post Type?
- Custom Post Type + Categories
- How To Show All Custom Post Types In A Category Instead Of Pagination?
- Add Custom Post Type of specific Custom Taxonomy to regularly blog loop
- Checking if $_FILE isset for an array of file upload metaboxes
- How can I show 1 featured post in a styled element, and the next few below differently styled
- Using preg_replace to filter custom textarea
- Changed permalink structure of CPT – should I redirect?
- How to add editable/dynamic values to dropdown of a Custom Post Type Meta Box
- How can I display a drop-down select of Post Names
- WP_Query of custom post type sorted by meta_key has unexpected results
- I am trying to get cutom post cout by month of current taxonmy term
- Is there SEO or related limitations to using Custom Post Types instead of WPMU?
- Nested Custom Taxonomies | Incorrect posts when querying
- Post Query not working
- Create custom WP_List_Table in post_type
- Add a custom post when inserting a new user in WordPress?
- How to display a specific post type name in a breadcrumb
- Custom rewrite rules for /pastissues/%category%-%postname%.html
- If/Else child list for Custom Post Type single template within loop?
- List of all posts in one custom post type in the edit screen of another
- Problem with customize page cached in WordPress.com [closed]
- How can I put content before my custom post type default pages?
- How to add page the same slug like custom post type?
- Featured image not appearing
- Custom front-end form for adding post – Category problem
- Custom Endpoint For Specific Custom Post Type
- Store a value in global scope after init hook is fired
- Boostrap Sliser convert into wordpress
- Show custom post type event if current day using ACF
- Forcing two or more custom post type to be private
- Numeric pagination custom post type
- Attaching more than 1 parent (Post) to a media file
- custom post types – overwrite function in parent theme function.php via child theme
- Enable Authors in Multiple Custom Post Types
- Custom Post types categories are creating additional page indexes but pointing to the same archive
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- Custom post type loop without children
- Order posts by meta value hiding posts instead of re-ordering
- custom search results – order results differently by post type
- Looping through custom taxonomy in one template
- get_post_meta for Custom Post Type ( CPT )
- Help understanding custom post type and children
- call_user_func_array() error after moving to another server
- How to get $post object available inside functions.php to localize script?
- add current-menu-item to multiple custom post types
- How to create a custom template for this custom post type?
- Redirect permalinks after creating custom post types
- How to divide posts (custom post type) content on multiple pages?
- Query Posts with Custom Taxonomy from a Custom Post Type
- Custom post type navigation on static page
- Cannot get query var ‘post_type’ to work
- Custom term link return 404 error
- Custom Post Types, Taxonomies and Terms… I’m getting confused now!
- How to apply order on custom taxonomy and custom meta key on custom post type
- Updating a custom field in a custom post type
- Register a title automatically with a relationship field
- Remove slug from Custom Category Permalink + dual-category permalinks
- WordPress Set A Static Page/Template For All Sub-Pages
- Custom Form Data save after Login User
- Woocommerce product page is not showing custom css [closed]
- Is there a function that replace category name with a icon?