The documentation for register_post_type
mentions a taxonomies
parameter, giving it a value of array( 'category' )
will do what you want.
There is also the register_taxonomy_for_object_type
function
Related Posts:
- How to change permalink structure for custom post type and it’s taxonomies?
- Filtering a custom post type by custom taxonomy in archive template
- Setting Default Category for Custom Post Type Upon Autosave
- How to build a complex page structure
- Add category to custom post URL
- Only list categories that contain posts of a specific custom post type
- category__in not working on custom post type
- how do I group content in magazine-style ‘issues’?
- Use standard WordPress categories with a CPT
- Template tags to display custom post type posts in category template?
- WP Query group/order by category name
- Get the post_type of current taxonomy or category page
- How to show custom taxonomy in the permalink?
- Loop through categories and create tab for each
- automatically save custom post type title as a category
- Query custom post types
- get_categories() for only CPT
- custom taxonomy archive by year
- Custom Post Types and Categories?
- Set a default category – if the user didn’t select one- before creating a post
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Custom Post Types and independent Categories – complex Taxonomy
- Should I use custom taxonomy or custom post type
- How to detect filter in URL in Category page?
- Replace li Items with divs with classes
- showing custom post types of a certain category only
- Get posts from a custom post type by child categories of a parent category
- Custom Post Type Archive Page Filtering
- Get parent categories of custom post type
- How to query_post custom posts within default taxonomy?
- Custom Post Type With Categories
- Display posts from Custom Post Type in category page on front-end
- Showing posts from different categories and from custom post type
- Show a Category X’s custom post type on Category X archive page?
- Multiple level category drop-down from the WordPress dashboard
- Getting categories of posts under a custom taxonomy
- Category with post type pagination returns 404
- How to create a gallery page with categories?
- Custom Post Slug same as Parents Category Slug
- browse by category and tags?
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Custom templates for a specific category
- How to retrieve category of a post in have_post loop?
- Create new custom post and post category of same name
- Get parent category id from child category page for custom taxonomy
- multiple custom post type on category page
- Disable custom taxonomy on admin bar
- Custom Post Type Category URL
- Want a custom query with just one category but from all custom post types
- Custom Post Type Categories URL not displaying posts
- WP Query results showing posts outside of category ID
- How to get the current category with custom posts
- Better approach for a WordPress Inventory
- Showing all posts and custom post types by using one category
- Custom Post Type with modified permalink structure results in 404
- List child categories from parent category on custom taxonomy page
- How to properly use Categories with Custom Post Types
- Custom post not appearing under custom taxonomy category
- Custom post type category permalinks and archive pages
- If custom category search then page 2 not found
- Using get_terms() to list terms from one custom taxonomy AND from one specific built-in category
- Can’t Get Parent and Child Categories of Custom Taxonomy to Display
- Show the categories the current post has
- Display custom post types by category
- Searching in multiple category + URL hierarchy in real estate WordPress site
- Custom post type data not displaying If I select the category from the dropdonw
- How to display custom taxonomy term specific post?
- Category permalinks don’t work even after flushing
- How to sort post category using its Description
- Custom WordPress theme not displaying posts from category
- Wanting to list all Post types under a common category
- How to show posts of the same category on a page?
- Get posts in custom post type categories
- Do not load the categories in Category.php
- Counting the number of post without custom post type
- Modify the category post counting function
- Reuse the “category” slug for a custom post type
- Custom Template for CPT Categories
- How to sort custom post’s category by id from the theme’s function.php?
- Custom post types not displaying per category
- How To Display Category list from Portfolio post type plugin?
- Do not output category and tag URLs
- Dropdown switching subcategories portfolio
- Filter wp_dropdown_categories Per Post Type
- Display custom Taxonomies same as listing Categories
- Custom Post type archives / categories give 404
- Custom Post Type – Admin Columns
- Problem to show custom post type in archive page category wise
- Category / Custom Post Type permalink issue
- Categories in custom post types
- Limit to add one post per category only
- Sorting custom post types by category?
- Categories and page filtering with pre_get_posts
- How can I sort posts ascending by post title for a specific post type, but on a category archive template?
- Category names on CPT archive pages [closed]
- Get all custom_post_type posts + blog posts from one category in a single query
- Select Category as Page Parent
- Add Category names to post lists of custom post type
- Is it possible for post and custom post type to share a category base slug?