You can create whatever new taxonomies you want to by adding register_taxonomy() function in functions.php
After that you can simply assign all the posts related to Category C to that custom taxonomy using Convert Post types plugin.
Related Posts:
- get_categories for custom post type with a specific custom taxonomy attached
- How can I add the featured image functionality to a custom taxonomy?
- Combine two taxonomies in a hierarchical tree
- How can I select a primary category?
- How to make custom taxonomy check boxes like ‘Categories’
- How to create non-unique sub-category slugs?
- How to get next previous category in same taxonomy?
- Getting WordPress custom taxonomy/category?
- Display empty taxonomy terms with get_terms()
- How to get the number of child categories a specific parent category has?
- Get multidimensional array that reflects category hierarchy
- Change existing taxonomy settings when using custom taxonomy
- How to get the id from the custom category?
- How can I edit the ‘Most Used’ tab in the categories meta-box to show another custom taxonomy?
- Display custom taxonomy attached to the post on post single page
- Question on using custom structures for categories
- Echo text using is_tag
- Same menu for different taxonomies to reach different content
- How could I write a get_categories_by_year() function?
- How to get posts using category slug in ClassiPress?
- How to set the same base url for two different taxonomies?
- Get WooCommerce product category list in functions.php
- Why use hierarchical taxonomies instead of many custom taxonomies?
- Renaming default category taxonomy?
- How to Manage and link certain custom taxonomy?
- Display List of Categories Within a Custom Taxonomy
- How to add a post with new Taxonomy without assigning to default category?
- Converting Categories (with ACF fields) to custom taxonomies
- How can I get the categories and subcategories separately?
- get_term returns different results, sometimes empty, sometime the correct list
- Is There a Difference Between Taxonomies and Categories?
- Get Posts Under Custom Taxonomy
- Check if a post is in any child category of a parent category
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- Can’t custom taxonomies have same terms (slugs) as categories?
- How to display non-hierarchical taxonomy as terms with checkboxes?
- Order get_terms() By Custom Field
- Control term order on a per-post basis
- Could not insert term into the database
- Share one taxonomy across multiple blogs in 3.0 [duplicate]
- Can a Child Category Have More than One Parent?
- How can I list all the categories under a Custom Post Type (taxonomy)?
- Weird behaviour when adding terms/term_taxonomies programmatically
- Use tag interface for hierarchical taxonomy?
- How to list all categories and tags in a page?
- wp_update_nav_menu_item() to insert categories
- Using URL parameters, list posts from category and custom taxonomy
- Admin Panel – Disable Moving Selected Terms To Top of Metabox
- Different templates for parent and children categories/taxonomies
- Create terms when registering taxonomy?
- cat_is_ancestor_of() for custom taxonomies
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- Show Post from parent category (custom taxonomy) ONLY!
- How to convert regular categories to custom taxonomy?
- Display only deepest category on a single post?
- How to add HTML5 ‘required’ attribute to wp_dropdown_categories() without JavaScripts?
- How to Override default update_count_callback for category
- Wrap a chosen category name with div
- Does WordPress Offer a Way to Find All of the Categories that Don’t Have Children?
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Removed slug from CPT, now How/where do I hook the filter to the taxonomy term archive pages link?
- wp_list_categories, Add class to all list items with children
- Are Custom Taxonomy Templates Possible?
- Get a list of Terms for a specific category
- Custom post type taxonomy template
- Return category slug / title from category ID
- Order Taxonomy Term by date created
- Connecting WordPress gallery to custom categories (taxonomy)
- How do I get the slug of a custom taxonomy category of a post?
- How to display a description of a given category from a custom taxonomy
- Get term by slug in Gutenberg
- What’s the difference between “parent” and “category_parent” in a WP_Term object?
- Update taxonomy value of post type in query
- How to query posts from specific authors and categories using WP_query?
- How to get the depth of a category’s subcategories
- New categories are now going to 404s
- Any way to assign Post Categories and Tags to Links?
- Show Post Count of a Category
- Add custom taxonomy under the category title
- Display name of the last child category
- Best way to programmatically link to multiple categories (union/intersection) [closed]
- “Reversable” and “Re-useable” Subcategories (or other taxonomic structure)
- Category tree is flattened inside admin upon saving
- Want to hide some categories from the categories meta box in the post editor for the two specific user roles
- PHP Fatal error: Cannot use object of type WP_REST_Response as array in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
- How to export/import categories and keep their IDs?
- If statement within PHP echo
- “show option all” on list categories doesn’t display taxonomy
- How to know if it’s a child taxonomy?
- How to use wp_category_checklist()?
- Taxonomies for WordPress Media Library [duplicate]
- How to create new category for custom post type?
- List Terms in Category
- wp_dropdown_categories and custom taxonomy + custom post type
- How to get category URL with the slug?
- Get all sub-categories of a parent category
- Can I use get_adjacent_post for specific categories?
- How to view WordPress’ default category IDs?
- Random taxonomy category list
- display taxonomy slug from term ID