Maybe it has something to do with the name of your custom taxonomy. Type
is a reserved term (see the complete list at the bottom of this page). Try changing the name and see if it works.
Also, did you flush the rewrite rules by going to Settings > Permalinks and click save?
Related Posts:
- Get terms for a specfic post from multiple taxonomies in custom post type
- How to list posts by term (custom taxonomy)
- Get Posts by Custom Post Type ,Taxonomy, and Term
- Get The Post Type A Taxonomy Is Attached To
- How do I append multiple taxonomies to the URL?
- Display current taxonomy term when inside custom post type
- Get term slug of current post
- How to limit the number of terms (terms acts like categories)
- How do I list custom taxonomy terms without the links?
- wp_insert_term doesn’t work with custom post type’s taxonomy
- wp_get_object_terms(): count relative to passed IDs?
- Not Able to Insert Taxonomy Term Using wp_insert_post()
- array_pop() expects array, boolean given for $event_type_term ->slug
- Maintaining strict one-to-one association between terms and custom posts
- If on term-page -> get the current term?
- Custom Taxonomy conditionals
- Creating a function that receives the taxonomy terms that have been changed in a custom post type
- Get all taxonomies for all post types
- WP 3.1 getting tax_query to work in query_posts()
- How do I provide a “show all posts” link in a paginated term archive?
- Why is my custom loop not filtering correctly nor paginating?
- Custom post types with custom directories
- How to customize admin posts based on the user who is logged in
- How to output wordpress custom tags separated by comma?
- Weird problem happening with custom taxonmy when creating/updating posts
- Does WordPress limit the length of slug names for Post Meta or Terms?
- get_post_meta returns empty array for terms
- Update post terms with custom taxonomy
- Custom Post Type Archive Page Filtering
- Filtering WP_Query Dynamically on the Front-End
- Get posts by querying taxonomy and certain terms of the taxonomy?
- A question on creating filters for custom posts using taxonomy
- Conditional Query of Custom Post Type and custom taxonomy
- WordPress sort search results by custom order
- Use same slug base for Custom Post Type posts, and multiple taxonomy terms
- How do I display the taxonomy term alongside the post type post title?
- Post count by month of taxonmy term
- How to start a new post with custom Taxonomies already set?
- How do I display the taxonomy for a custom post type in an array
- Display Custom Taxonomy Alphabetically
- Custom Post, set object Taxonomy terms in plugin
- How to include term custom meta into the custom taxonomy term permalink structure
- Custom while loop for hierarchical display of a taxonomy
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- How to add attributes to taxonomies that may be different from post to post?
- Display taxonomy terms, child terms and posts in a template
- Use custom walker to add taxonomy terms to main nav menu
- Migrating a taxonomy’s tags to the native category
- Add term to custom post type on draft
- Listing all term items alphabetically / sorting loop
- How to get WordPress term attached to the Post?
- custom post type vs. conditionally displaying meta boxes for specific terms?
- Get parent category id from child category page for custom taxonomy
- How to get only child terms from a custom taxonomy of current post type?
- Custom Post Types Archives and Single Pages not showing custom taxonomy data
- Get terms of a post but only if they’re also the child of a specific term
- Get taxonomy term by slug in post on archive page
- How to display custom taxonomy term meta on custom post type
- Display Custom Post Types Glossary
- Get the link of the first post of a custom taxonomy in a custom taxonomy list
- does wp_insert_term link the term to a certain post ID?
- How should I structure complex content hierarchies?
- Grab all Custom Posts by multiple taxonomies and terms
- Retrieve Custom Taxonomies with Description and Slug
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Using get_terms() to list terms from one custom taxonomy AND from one specific built-in category
- Query for specific taxonomy that executes a particular loop depending on volume of posts?
- display post count in archive page that have relation with another taxonomy term
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- How to display custom taxonomy term specific post?
- How to associate custom taxonomy terms with custom post type?
- get_queried_object not work in taxonomy page
- Change the term based on the value of a $variable using wp_update_post in submitting a form
- get_the_terms child terms for current post/custom post only
- posts_per_page is not working by term
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- CPT: multiple loops with different terms
- Custom Post Type / Taxonomy / Term – what template to use to avoid 404-page?
- Pages of my taxonomy terms are showing all posts
- Display title of all custom posts from same taxonomy term on a custom post template
- wordpress does not see the correct custom taxonomy hierarchy
- Get category list & taxonomy list from different post type using post id?
- How to get all posts related to a taxonomy?
- Custom taxonomy- only output relevant terms
- Get posts of an specific term of a custom taxonomy
- WordPress add taxonomies/terms list as a menu in archive page
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Hide Custom Taxonomy title if not associated with another Custom Taxomony
- WP_Query for CPT with filter by another WP_Query
- How to pass taxonomy terms to WP_Query along with $args?
- Custom Post Status & Taxonomies
- Prevent repetitive terms in get_the_term_list
- How to List CPTs Under One Tax Term
- Inserting two categories
- Display associated taxonomy child name on single CPT page
- How to manage a bookstore
- Get all terms assigned to a post from different taxonomies
- Issue On Listing Woocommerce Parent Tag List
- Advise on Custom Taxonomies and Structure
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working