Your Knowledgebase and Articles CPT slugs are capitalized. This is not allowed – see the codex.
(string) (required) Post type. (max. 20 characters, can not contain
capital letters or spaces)
Change these to all lower case, both in the first parameter of the register_post_type
and in the second parameter of the register_taxonomy
, and you should be good to go.
Related Posts:
- How to get all taxonomies of a post type?
- Permalinks: custom post type -> custom taxonomy -> post
- How to Add Tags to Custom Post Type?
- Mixing custom post type and taxonomy rewrite structures?
- Can multiple custom post types share a custom taxonomy?
- How to Add Custom Fields to a Custom Post Type?
- Efficient Taxonomy Intersection
- Display current taxonomy term when inside custom post type
- limit selection of custom taxonomies to one?
- $wp_query->queried_object->ID throws warning: Undefined property
- Custom Taxonomy Template Post List with Sort Order
- Extend walker class with custom post types [closed]
- Custom permalinks – post type – hierarchical taxonomy’s
- Post type archive page not working
- Taxonomy posts on Archive page
- Taxonomy list. Order by a specific custom post type count
- Rewrite CPT slug with two taxonomy slug instead of one
- Archive or taxonomy pages not working for custom post type
- Custom Taxonomy returns no posts
- Display taxonomy term only if there’s a value
- How to get only one category of custom post type?
- Custom content type meta_box_cb does not run
- Custom/separate categories for custom post type
- Building an Advanced Search (text, tags, category, custom fields) – Getting the wrong SQL query
- Custom Taxonomy breaking pages permalinks
- Custom Post Type Pagination & duplicate posts
- Custom post types and permalinks
- 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?
- Repeating posts when paginating random posts
- Normal pages as children of my Custom Post Type
- Custom post type and taxonomy slug issue
- Custom template won’t load for a custom post type (custom permalinks used)
- Remove url rewrites for registered taxonomies
- Received nothing after executing AJAX post function
- How can I auto-assign a CPT post to category in a custom taxonomy when published?
- Mapping Subdomains in WordPress to give the appearance of a localised site, best approach?
- Get parse_query filter to return slug instead of id
- Custom post type and taxonomy – show related posts
- Group CPT posts by custom taxonomy
- Metabox not show in categories custom post type cmb2
- Categorize custom post type
- Custom Permalinks with CPT and Hierarchical Taxonomies
- Custom Permalink Structure for Custom Post Type, Custom Taxonomy, Under a page
- WP-API select custom taxonomy when creating a post
- List of Posts and Categories
- Invalid argument supplied in register_taxonomy $args->taxonomies
- How to display Related Posts based on number of taxonomy terms matched
- How to solve this custom post type goes to 404 page?
- Get term name without a foreach loop
- How to Set Taxonomy Object Description?
- Getting the taxonomy
- Add term list as class
- Taxonomy archive 404ing (not term archive)
- Variable not working in WP_Query
- Alphabetically sort a taxonomy.php template by post title
- Problems with custom taxonomies
- Show Taxonomies with admin area for custom post type?
- Widget Categories shows “No categories”
- get_terms() parent, child and grandchild
- Getting custom taxonomy posts on archive page
- Multi Parameter search with custom post type category and tag
- Use custom post type taxonomy between cpt slug and name
- How to properly set the rewrite rules for this case?
- Assigning categories to custom post types via a front-end form; only works for native post type
- How to order taxonomy terms by most recent post?
- How to fix 404 on post after prepending Custom Post Type url with Custom Taxonomy Term slug
- Custom post type structure + permalink structure
- WP_Query based on ‘s’ and tax_queries
- List all posts associated under custom taxonomy
- Building Link List for Custom Tax
- How to structure a website with custom post types and custom taxonomies?
- Custom post type category link + add to menu
- Custom taxonomy template for custom fields loop [closed]
- The most recent post of custom taxonomy
- Problems with the WP_Query query for a Custom post type
- I want fetch custom post with taxonomy id
- Custom taxonomy term links out of order
- Display Taxonomy Term for CPT on single-CPT.php
- Custom post type with custom taxonomy permalinks
- Custom taxonomy in custom post type archive with pagination
- Custom post type taxonomy not sorting correctly
- Custom Taxonomy List, Selection floats to top
- Customize category URL
- Permalink Trouble with Custom Post Type
- How to internationalize the sub menu name “categories” in Custom post type?
- List a custom taxonomy’s terms, with links, on the taxonomy page
- How to get child taxonomies
- How to Display Custom Taxonomies in an Un-ordered HTML List
- link posts to custom post type
- how do I create a breadcrumb to work with multiple custom taxonomies
- Most appropriate way to display CPT’s by children terms of custom taxonomies while retaining desired permalink structure?
- See the process of creating a taxonomy and tell me where I made a mistake
- Navigation won’t update to show full path to single post
- Rewrite Rule for custom post type link with or without taxonomy terms
- How to add to taxonomies to a post type
- Filtering custom post types using category taxonomy
- How to use wp_set_object_terms depending on page ID?