You need to set up a custom taxonomy and then add the name of the custom tax via the “taxonomies” arg when registering the custom post type.
Related Posts:
- How to get all taxonomies of a post type?
- Renaming Custom Post Types and Taxonomies
- Saving Taxonomy Terms
- Get Posts by Custom Post Type ,Taxonomy, and Term
- How to change permalink structure for custom post type and it’s taxonomies?
- How do I append multiple taxonomies to the URL?
- How do I list custom taxonomy terms without the links?
- How to list custom taxonomy categories?
- Custom Taxonomy Template Post List with Sort Order
- wp_insert_term doesn’t work with custom post type’s taxonomy
- Remove quick edit for custom post type
- Count posts that have specific taxonomy term attached
- Taxonomy archives based on Custom Post Type
- Order Posts by Taxonomy and Meta Value
- Get the ‘slug’ of a custom taxonomy
- Taxonomy page returns 404 page not found
- It is possible to get a list of post types asociated to a taxonomy?
- display multiple term post from taxonomy in a single page
- How to get the parent’s taxonomy?
- Adding a term name from a custom taxonomy assigned to a post link displayed by a wp_query loop based on another taxonomy
- Group Custom post type in a page by its taxomony tag
- Include custom post type in “all posts”
- Same base slug for CPT post and CPT taxonomy terms
- wp_insert_post custom taxonomy
- Displaying related posts in a custom post type by a custom taxonomy
- Display taxonomy term only if there’s a value
- Post Link Filter Help [closed]
- Get all taxonomies for all post types
- How to list custom post types?
- Custom Post Types and Categories?
- Conditional regex in add_rewrite_rule() for specific query filters & pagination
- Query Multiple Taxominies Across Multiple Post type’s
- Tag page with Custom Post Types not returning any posts
- Custom Taxonomy back-end customizations
- Taxonomy custom post type URL
- How do I display the taxonomy for a custom post type in an array
- How to conditionally redirect to the post from a taxonomy page?
- Suggested Post and Taxonomy structure
- How do I share categories across multiple post types?
- Multiple tag cloud filtering
- Get url.com/post_type/taxonomy/term work!
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Output terms for custom post types
- Linking from CPT page to taxonomy.php
- Page not found for custom post type UI plugin and taxonomy
- Custom select query for taxonomies that have posts categorized in another taxonomy
- How to assign tag to custom post type in wordpress?
- Filter second dropdown (tax) based on first dropdown (cpt)
- Hide meta box for everything BUT a certain custom post type
- Custom taxonomy template list not working (404)
- Use the custom post type archive for taxonomies?
- Taxonomy template page not working
- Custom Post Type API doesn’t show taxonomy or category array
- How to constrain the results to a specific post_type on tag archive page?
- Running a custom query inside another cpt single and trying to grab a variable
- Get posts by category name
- Problems making shortcode with custom post types and taxonomy
- Custom Post taxonomy template
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Get post-meta value of all custom-posts – lowest to highest year-count?
- Query all posts under one taxonomy? Why is my code not working?
- CPT archive with WP native/core tax/categories
- Order posts by taxonomy terms
- automatically select taxonomy based on post meta
- Display related CPT with custom taxonomy
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- Define multiple prefixes for custom post type
- Taxonomies are not showing in the category dropdown
- Change custom post taxonomy values from front-end
- Custom post types not showing on the standard WordPress Category page
- Display 3 level taxonomies
- List posts that have the current url taxonomy
- How to transfer categories (default) to custom taxonomy?
- Taxonomy to Post Type. Every Taxonomy Item can be Producer or Developer
- Custom Taxonomy – fields
- Pages of my taxonomy terms are showing all posts
- If custom taxonomy exist on post?
- Reuse the “category” slug for a custom post type
- How to get all posts assigned to a taxonomy term only?
- How to show post which has the specific taxonomy terms?
- Displaying the Taxonomy and a Queried Term on a taxonomy.php page?
- Permalinks for a custom post type – with a page template (custom query) and taxonomy archive
- WordPress add taxonomies/terms list as a menu in archive page
- How to create TEMPLATES for TAXONOMIES? What I have to change in this code?
- Sorting on Taxonomy in archive page
- Create an additional template page for every term taxonomy
- Displaying taxonomy icon outside archive page
- Show all post of a taxonomy with one specific term not working
- Taxonomy Grid Archive Help?
- Query Distinct Taxonomies of Custom Post Type
- Show taxonomies from specific CPT
- Using a Taxonomy in Two Spots in a WordPress Post
- insert a taxonomy for a custom post type
- Custom post type URL returns 404 error page
- using post_type with meta_query
- List a custom post type’s posts ordered by nested custom taxonomy
- Author template – separate custom post type by custom taxonomy term for $curauth
- custom post type tags
- See the process of creating a taxonomy and tell me where I made a mistake