Do you mean having different taxonomies for your custom post types? If so, you can define custom taxonomies and apply this taxonomies only to the post types you want. If the custom taxonomy has “hierarchical” argument set to true, the taxonomy will be works the same way categories do.
register_taxonomy(
'my_taxonomy_name',
'my_custom_post_type',
array(
'hierarchical' => true
)
);
//And then
register_taxonomy_for_object_type( 'my_taxonomy_name', 'my_custom_post_type' );
Related Posts:
- Remove Custom Taxonomy Metabox from Custom Post Type Screen
- Get terms by taxonomy AND post_type
- How to get the posts of a custom taxonomy term
- Permalink Structure for Multiple Post Type Archives by Taxonomy
- How can I rewrite URLs to pass taxonomy and post type values to the query?
- Remove Trash / Delete option for Custom Post Type / Taxonomy
- How to filter custom post types by custom category taxonomy
- Highlight menu item when on a custom post type?
- remove support for ‘Categories’ for a custom post type
- How to setup a Custom Taxonomy Term template
- Hide child term posts on parent term pages
- How to select one major category (or custom taxonomy) for a custom post type?
- Custom taxonomy & post slug permalink
- Retrieve a specific field from taxonomy term through advanced custom fields [closed]
- List all posts in Custom Post Type but group dynamically by Custom Taxonomies
- Custom Taxonomy List links being re-written
- Want to filter only parent post in admin area
- Custom Meta Boxes – Nonce Issue – Move to trash issue
- Child and grandchild taxonomy listings – 404
- Limit taxonomy results to a single cpt
- Bulk 301 redirect for custom post type
- Display custom taxonomy as dropdown list
- Automatically Add a Category to a Custom Post Type
- Associate Taxonomies Across Post Types
- Custom Permalink Tag breaks Pagination
- ‘category__and’ for custom taxonomy?
- Query to change custom post type with specific category
- Custom Post Type and Custom Taxonomy Permalinks
- Relationship between two taxonomies and a custom post type [closed]
- Sharing a custom taxonomy with Multiple custom post types
- next_post_link on custom taxonomy
- Show Two custom Post type and their posts on category page
- Insert HTML inside link in a walker
- Change Permalink Structure for Tag.php template
- CPT UI change custom taxonomy url
- Get post from custom post type order by two taxonomies
- Show posts from two or more custom taxonomy terms
- Custom Taxonomy Archives on Custom Post type Page [duplicate]
- Custom taxonomy and custom post type – wrong permalinks and template
- How can I make the slug of the taxonomy also the slug of the custom post
- How to list custom taxonomies in the back end
- How do I display the grand child items of a taxonomy term?
- Is it better to use WordPress Custom Post Types or Taxonomies?
- Custom taxonomy returns 404
- How to get custom posts sub category link
- Top Level pages in wordpress giving 404, but child pages working fine
- Search by tag name and category
- Query posts with double taxonomy
- get_the_title() is returning results from previous loop
- Loop to display custom post type from a custom Taxonomy
- Creating two loops based on different logic
- get_category_link() for custom post type does not include custom slug rewrite?
- category list with cutom post count
- Custom Search | check multiple meta_value for search value
- Custom post type and taxonomy cross registration [duplicate]
- How to create a template to show child terms of a MAIN taxonomy
- How do I add new post formats to twenty fourteen theme?
- Foreach loop returning more than one item when querying taxonomy
- Add the custom post term to the custom post title
- Display 3 recent posts from one taxonomy
- Display next 3 posts based on custom taxonomy
- custom post archive URL is wrong
- Display latest post of taxonomy
- Custom post type and multi taxonomies + customize url
- Is it possible to add the Gutenberg block editor to a custom taxonomy?
- What is the best way to structure posts for the same event happening in different years?
- In child theme, add CPT to custom taxonomy registered in parent theme
- Custom taxonomies not displaying in some custom posts
- WordPress Custom Taxonomy – If not parent term
- Static Front Page not working for custom theme
- WP_Query to display number of custom post type filtered (order by) taxonomy
- Live search by custom tag
- Set a Default CPT taxonomy by taxonomy id
- Custom taxonomy terms registered not showing when added in child theme
- Show parent category and subcategory once in while loop
- I cannot display custom posts in custom taxonomy
- How to change URL structure for custom post type in wordpress? Custom taxonomy + custom Post name [duplicate]
- Custom taxonomy with custom post type template not showing
- Loop to display parent categories in custom taxonomy
- One-Time Script TimeOut for Large Data
- Not Able to List CPT Based on Taxonomy Term
- Filter Term By Parent Term – Custom Post Type
- Display all Custom taxonomy terms and their relevant custom posts
- CPT Efficient way to display posts from different categories with custom query
- Best way to group posts based on custom post type terms
- How to create default taxonomy term for a custom post type? [duplicate]
- Extensive search filtering and results->PDF in the front-end
- redirect old post type url to new structure url
- Render custom taxonomy query as single template
- Custom meta-box for all custom post types
- title tag for custom post type remove taxonomy name from title tag
- Display and Allow users to edit their own profiles
- Remove custom taxonomy ‘post-type’ from post URL
- Advanced search form with filters for custom taxonomies and custom fields
- Building a List of Posts grouped by custom taxonomy as the section header only to be displayed if at least one post is in that tax
- Custom My account page and custom page for editing posts
- Listing all custom post types using a specific term on the said term’s template page, in groups
- Require Custom Taxonomy for Custom Type
- 404 Error On Custom Taxonomy Pages 2, 3, etc
- Taxonomy Archive URL + Template