Apparently, for the post term block variation automatic generation to work you need to register the custom taxonomies earlier in the process (a priority lower than 10).
Example: add_action( 'init', 'register_post_types', 9 );
I don’t know if this is by design because it’s not documented anywhere in the Gutenberg docs.
Related Posts:
- How to make a custom taxonomy selectable in post publish area?
- I can’t choose the custom taxonomy in my custom post type on Gutenberg
- 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
- Custom Taxonomy as checkbox or dropdown
- Custom Post Type Permalink / Rewrite not working immediately
- Custom Taxonomy as Dropdown in admin
- Custom Post type in separate database table for syncing
- WP_List_Table Inside Metabox Not Working on Submit
- Creating Photo Gallery System with Custom Post Type
- Custom Taxonomies Terms as Post Title for Custom Post Types upon Publishing
- How to filter post data with AJAX on page?
- Custom permalinks
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- Correct way to use a form to to filter custom posts by taxonomy terms?
- Custom-Taxonomy as categories: Remove “most-used” tab?
- Custom Permalinks for Custom Post Types and Taxonomies
- how to group custom post type posts by custom taxonomy terms
- Maintaining WP_Query Relation Among CPT, Custom Taxonomy, Permalinks- CPT UI
- Add filter to wp_list_categories and query what type of taxonomy-terms it use?
- Custom post type category, taxonomy and URL rewrite problem
- Custom Taxonomy order by Custom Field
- Get child terms of current term of the current post
- Allow duplicate slugs for posts on Custom post type in different categories/taxonomy?
- Assign category to front end post
- Custom Post Type: How to display all of same taxonomy?
- Is there any performance consideration when using Custom Post Types?
- Taxonomy structure of Sport site
- Show ACF field from custom taxonomy and display on the single template
- Querying Term Posts in Loop
- Custom Post Type Taxonomies -Posts not showing in Category or Tag pages
- Permalinks not working for custom taxonomy on custom post type
- Display custom post type in hierarchical order with get_terms
- Parent field missing from custom post type in the block editor
- Custom taxonomy in custom post RSS feed
- How to display product subcategories into my custom post type single page
- Am unable to reset a query properly
- Custom Taxonomies not appearing in Admin
- Conditional Statement custom post type category
- custom types taxonomy hide_empty
- 404 error when navigating to a taxonomy page with Cyrillic, what’s wrong?
- Display Custom Toxonomy In WordPress and theme Widgets category selection dropdown list
- How to rewrite url for any specific taxonomy?
- Custom post URL 404 error
- WordPress Doesn’t Generate Taxonomy Archive
- How do I require the specification of term in a custom post type and custom taxonomy?
- Custom Post Type Pagination Paginates Only in URL Structure
- How to make front end form only accept certain values
- I am trying to hide a custom post type category to logged in users with Pre_Get_Posts
- WordPress custom taxonomy template not working
- Custom Permalinks For CPT and pages with parent. Advanced WordPress
- Migrating Hierarchal Taxonomy Categories Between Post Types
- Removing numerous Meta boxes from numerous CPTs
- How to rewrite the post slug of a custom post type post
- Exclude latest post from WP_Query taxonomy term loop
- Getting List of child terms from custom taxonomy parent
- How can I get 3 different taxonomy type terms in a div class element?
- Get terms for a specfic post from multiple taxonomies in custom post type
- Use different categories for a custom post
- Filter posts by specific custom category and current tag
- Is it possible to have hierarchical taxonomy and hierarchical custom post types in one permalink?
- Custom Post Type URL doesn’t work anymore
- using custom taxonomies with custom post types: display list of posts by ‘category’
- Custom category URL not displaying posts
- How to get post count of specific taxonomy that have store name & category
- display post count in archive page that have relation with another taxonomy term
- posts_per_page is not working by term
- Filter Custom Post Type Posts by Taxonomy
- How to display only child category post in related posts in custom post type?
- Pretty Permalinks with CTP and Taxonomies / Hierarchical
- % encoded URL giving 404 error in WordPress
- CPT: multiple loops with different terms
- Specific template for subcategory of custom taxomy
- Automatically add CPT UI categories to the menu
- Custom category taxonomy – archive page not showing up
- tax_query not working?
- Adding Custom Taxonomy Along-with Post Name in Post Type Permalink
- I want to display my custom post type arranged by taxonomy
- Get posts of an specific term of a custom taxonomy
- I have a custom taxonomy assigned to two post types. How do I create URLs for different term archives for each post type?
- Display posts grouped by post type in taxonomy.php
- Advice on Categorization for a Custom Post Type
- Pods pagination erases my sub menu
- Add a meta to custom post type which corresponds to a particular taxonomy
- Get custom taxonomy name from custom post
- Custom taxonomy archive is visible to only subscibed users
- How to List CPTs Under One Tax Term
- custom post type and taxonomies in a php class
- Adding 2 CPT with multiple custom taxonomies to permalinks
- custom taxonomies are not showing up in get_taxonomies
- Displaying or Hiding Metadata on Page from WP CPanel
- Invalid Taxonomy in template
- How to change custom post type slug without damage seo? [closed]
- Custom Post Types using wrong template (index) instead of archive-{type}.php – previously worked as expected
- Custom Post Type with multiple Custom Taxonomies / Hide Taxonomy Slug from URL
- Title- Custom taxonomy by using get_term
- Complex Custom Loop with Includes
- Assign Default Taxonomy to Post When Created