Because Category is a specific taxonomy, not just a piece of general ‘functionality’ that you can add to post types.
When you add category
to taxonomies
for your post type you’re registering the Category taxonomy that already exists for Posts for your post type.
If you want to have separate Categories for your post type you need to register a custom taxonomy with register_taxonomy()
. Something like video_category
.
Related Posts:
- Get all taxonomies for all post types
- Append taxonomy terms as class names in markup?
- Order WordPress Custom Taxonomy Pages & Pagination Not Working
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Query custom post types & Taxonomies and list them in a table on a page
- Foreach loop returning more than one item when querying taxonomy
- Function to erase every post from a taxonomy
- Using page title as a link to term archive
- How to get post count of specific taxonomy that have store name & category
- set object terms after some some time of published post – functions.php
- update custom taxonomy custom fields
- Filter taxonomy by CPT
- Check that a slug is present in the get_terms request
- Assigning categories to custom post types via a front-end form; only works for native post type
- Taxonomies are not showing in the category dropdown
- Change Search display for Custom Post Type
- Custom Taxonomy – fields
- tax_query not working?
- Getting a 404 on single custom post type page when using rewrite on a custom taxonomy
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Looping taxonomy in taxonomy?
- Custom Loop for custom post type. Compare by meta_value?
- How do loop categories post from according in WordPress? is it impossible to solve this problem?
- List terms from Custom Taxonomy
- Taxonomy Templates
- Custom Post Type and Taxonomy combination
- Show Post Count of a Category
- WP_Query search posts by custom post type and custom taxonomy
- Custom Taxonomy Creates Unwanted Integer Terms on Post Save
- How to filter out post type meta?
- Relationship between two taxonomies and a custom post type [closed]
- Loop through posts of a custom-post-type (event) and create .ics (iCal) file?
- Menu Multiple Taxonomies
- Output custom post shortcode. Help spot the error.
- How to make a custom taxonomy selectable in post publish area?
- GravityForm: Populate Dropdown with custom post type [closed]
- How to output wordpress custom tags separated by comma?
- Loading all files within a directory
- Custom Post Types relationships
- Custom Post Type Taxonomies -Posts not showing in Category or Tag pages
- Problem with custom post types, taxonomy and permalinks
- How to create new category for custom post type?
- Fetch taxonomies by custom post type id array
- How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
- Get Post Primary Category
- How to check the terms in single custom post type template
- Weird problem happening with custom taxonmy when creating/updating posts
- get_terms showing all categories instead of the ones assigned to a specific post
- A good strategy to print custom posts (offer) that are checked inside the metabox of a post?
- How can I move a custom taxonomy and its data from one post type to another?
- Custom page template for category taxonomy
- Insert HTML inside link in a walker
- Taxonomy Archive: Display only one post per term from separate custom taxonomy
- Custom Taxonomy Permalinks Redirection
- Query Multiple Taxominies Across Multiple Post type’s
- Custom query to filter posts that have current post as a taxonomy [closed]
- How do I get array of types associated with a taxonomy?
- Remove standard meta boxes from custom taxonomy
- How to display selected taxonomies by their parent
- Custom Field Order by Last Name and First Name
- get_posts of Custom Post Type AND Custom Taxonomy
- What’s the difference between same wp functions get_posts(); functions in different form?
- wp_set_object_terms() not adding new term to custom post and custom taxonomy
- Display all posts in main category and 1 subcategory
- Received nothing after executing AJAX post function
- Show category ID on custom post type
- wp_get_post_terms on custom post type with custom taxonomies returning an empty array
- How to customize a permalink (URL) structure?
- Custom Taxonomies not appearing in Admin
- Can I list a custom post type within another custom post type in the admin area?
- Get custom post type list for every category shortcode
- Custom Post Type Taxonomy Filters
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- Custom Taxonomy back-end customizations
- Set URL link to featured image of custom post type
- Taxonomy custom post type URL
- AJAX load more for different custom post type loops
- On update or create post redirect to current post position in list
- I need to add endpoint for wordpress categories
- How to Filter custom post type by taxonomy?
- 404 error when navigating to a taxonomy page with Cyrillic, what’s wrong?
- Is it possible to have dedicated page for parent/child taxonomy?
- Get related posts of child term of custom post type
- Limit amount of posts made within a custom taxonomy
- get_post_meta not working on publishing
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- Redirect 404 page with ID in slug to associated page with same ID in slug
- WordPress wrapped added a span tag to every single p tag
- ACF field key/value to show on taxonomy list
- Query taxonomy of taxonomy of custom post type
- list taxonomies from a custom post type
- Display a grid of taxonomy terms at root taxonomy page
- How to rewrite url for any specific taxonomy?
- limit value taxonomy based on previous taxonomy value wordpress
- Categorize custom post type
- 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?
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- How do I display the grand child items of a taxonomy term?