As Gutenberg does nearly everything over REST-API, you will have to update your register_taxonomy
to be shown in REST, as the default value for show_in_rest
in register_taxonomy
is false
.
So, you update your $args
array in the function custom_taxonomy
and add
'show_in_rest' => true
and you should be fine.
Happy Coding!
Related Posts:
- How to make a custom taxonomy selectable in post publish area?
- Combine multiple getEntityRecords calls
- Is it possible to add the Gutenberg block editor to a custom taxonomy?
- How to debug failing updates for custom post type?
- Some posts not displaying by taxonomy term
- 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?
- Set relationship between custom_post_types
- $wp_query->queried_object->ID throws warning: Undefined property
- How to list custom taxonomy categories?
- clients list using wordpress
- Custom taxonomy query for a custom post type
- Extend walker class with custom post types [closed]
- How to do a custom bookmarks post type?
- Custom permalinks – post type – hierarchical taxonomy’s
- 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
- How to display Custom Taxonomy of Custom post type
- Custom content type meta_box_cb does not run
- associate custom post type with tags with specific pages
- Building an Advanced Search (text, tags, category, custom fields) – Getting the wrong SQL query
- Custom Taxonomy breaking pages permalinks
- taxonomy template for custom post type the same as the archive
- Get categories and descriptions from custom post type
- 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
- Custom Taxonomy Invalid in REST API
- get_post_meta returns empty array for terms
- Custom Post Type Archive Page Filtering
- Missing Posts in Custom Taxonomy List
- Custom Taxonomy Doesn’t Show Up
- Display as tree terms of taxonomy and custom posts for each term of taxonomy
- Post count by month of taxonmy term
- Permalinks /country/city/cpt/postname/
- Seamless permalinks between Custom Taxonomy and Custom Posts
- Custom post type and custom taxonomy with the same slug using the file page taxonomy only as directory
- Pretty URL for custom search for custom post type
- First custom field value (out of several) displayed twice after query
- Custom while loop for hierarchical display of a taxonomy
- Create more category hierarchical depth for custom post type/taxonomy plugin (widget)
- How do I share categories across multiple post types?
- Migrating a taxonomy’s tags to the native category
- Grouping of CPTs and taxonomies into menu groups in admin
- WP_query – Filter by tax_query and meta_query using multiple select
- Hide meta box for everything BUT a certain custom post type
- How to check if post/page or taxonomy post is published by admin
- Custom taxonomy or custom page templates?
- Only show posts with a specific term of an associated taxonomy in a custom post type archive
- Custom Post Type Advanced Slug
- filter by custom taxonomy using ajax
- Display custom tags for custom post listing page
- Should putting custom code in functions.php or created the plugins [duplicate]
- Page listing all categories for CPT
- List child categories from parent category on custom taxonomy page
- Grab all Custom Posts by multiple taxonomies and terms
- Create a custom taxonomy template that loops through child categories in term order?
- Custom Post Types and Complex Content Hierarchy
- If custom taxonomy else conditional [closed]
- Confusion about how to use Custom Post Types, Custom Taxonomy or Category?
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- How to display custom taxonomy term specific post?
- Get taxonomy name used in a current post
- Changing permalink of default Post with custom post
- get_queried_object not work in taxonomy page
- wp_insert_post deleting previous post custom meta
- Custom Taxonomy Archive generates 404
- How to create a permalink structure with custom taxonomies and custom post types
- Support for author does not show author column in post table in dashboard
- How to get all posts related to a taxonomy?
- Custom post types not displaying per category
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Force WordPress to only match URL in category
- Hierarchical taxonomy in permalink structure
- Can I create a taxonomy term that mirrors the name of a new custom post?
- Rewrite for custom type and custom taxonomy
- How to create TEMPLATES for TAXONOMIES? What I have to change in this code?
- Custom Post Status & Taxonomies
- Why won’t this rewrite rule work?
- Archive.php is not displaying tags
- Show Custom Post Type taxonomy term that matches custom field
- How to not have the items of the subtaxonomy within the parent taxonomy
- How to save an integer as taxonomy term?
- Sort custom post type items by taxonomy description
- How to Display Custom Taxonomies in an Un-ordered HTML List
- how do I create a breadcrumb to work with multiple custom taxonomies
- Get custom post type parent category
- How can i change url structure of cpt like this?
- Possible to limit internal link search to post types with Gutenberg editor?
- Problem with shortcode