Have a look at this tutorial for a possible solution: How To Show/Hide WordPress Meta Boxes By Selecting Categories.
Basically, all of the taxonomies would be hidden via javascript, and a function attached to the click event of the Animals taxonomy, which inspects the selected item’s ID to show a corresponding child taxonomy. You’d also have to have a bit of logic on page load to show the taxonomies with terms that are already selected.
There are potential problems though – what happens if someone deselects “dog”, but not any child terms?
Related Posts:
- Group Custom post type in a page by its taxomony tag
- How do I display the grand child items of a taxonomy term?
- Full Custom Post Type List Organised by two Taxonomies
- Custom select query for taxonomies that have posts categorized in another taxonomy
- Query all post and CPT from 2 specific taxonomies AND by ACF custom field
- I have custom post type with custom taxonomy. But not found the taxonomy page..
- Group Custom post type in a taxonomy page by its child taxomony
- How to get post count of specific taxonomy that have store name & category
- How to get all taxonomies of a post type?
- Renaming Custom Post Types and Taxonomies
- get_terms by custom post type
- Saving Taxonomy Terms
- Get Posts by Custom Post Type ,Taxonomy, and Term
- Custom Taxonomy as checkbox or dropdown
- Taxonomy: Why ‘with_front’ => false DOES NOT WORK?
- How to change permalink structure for custom post type and it’s taxonomies?
- Get the first post term
- How do I append multiple taxonomies to the URL?
- Efficient Taxonomy Intersection
- Custom Taxonomy as Dropdown in admin
- Custom Post Type Archives by Date and Taxonomy
- Creating “static” taxonomies to choose from, inside custom post type?
- How do I dynamically populate wp_nav_menu from a custom taxonomy?
- Custom Taxonomy’s Label to change the text appearing in Appearance > Menu
- How to completely disable a taxonomy archive on the frontend?
- How to limit the number of terms (terms acts like categories)
- Taxonomy count per Post type
- Custom Post Type – Taxonomy Dropdown Menu?
- How can I list all the categories under a Custom Post Type (taxonomy)?
- Taxonomy term in permalink
- How do I display two separate taxonomy archives for two post types that share a single taxonomy?
- Custom taxonomy not showing up when adding a new custom post type
- How do I list custom taxonomy terms without the links?
- How to list custom taxonomy categories?
- Custom Taxonomy Template Post List with Sort Order
- Query Custom Post Type taxonomy type based on page
- wp_insert_term doesn’t work with custom post type’s taxonomy
- How to list all categories and tags in a page?
- show tags of custom post type ONLY
- Taxonomy + post_type
- Remove quick edit for custom post type
- Using 1 taxonomy for multiple post types?
- Count posts that have specific taxonomy term attached
- Retrieve single term slug
- Taxonomy archives based on Custom Post Type
- Filtering Posts by Multiple Taxonomy Terms such as in an Admin Post Listing?
- Disable Single Post View for Specific Taxonomy on Custom Post Type
- Order Posts by Taxonomy and Meta Value
- How to set individual capabilities on a taxonomy? Or how to re-register an existing taxonomy?
- Create an archive page for custom taxonomies
- Get the ‘slug’ of a custom taxonomy
- Taxonomy page returns 404 page not found
- How to sort list of custom posts to get view like a tree of posts under categories and their children’s categories?
- Taxonomy terms with edit/filter link in wp-admin, in the list of custom posts
- It is possible to get a list of post types asociated to a taxonomy?
- display multiple term post from taxonomy in a single page
- How would I leverage custom Taxonomies in this scenario?
- List taxonomies with thumbnails
- How can you make permalink work for custom post type and taxonomy?
- Custom Metabox with Taxonomy Dropdown – Saving Issue
- How to get a list of term names of the custom post type im currently on in single.php
- How to show term-specific post list, without posts associated with child terms?
- Group list of posts by taxonomy and allow for pagination
- Custom Post Type with Custom Title
- Priority for Categories, Tags, Taxonomies, Posts, Pages and Custom Posts with same url
- How to get the parent’s taxonomy?
- Query multiple taxonomy in Custom Post Type
- Internationalize / translate custom post types & taxonomies
- Adding a term name from a custom taxonomy assigned to a post link displayed by a wp_query loop based on another taxonomy
- Rewrite custom post & taxonomy to share same URL path
- create a back-end wordpress content submission using custom post type
- Disable WordPress Recognizing Path as Attachment
- Get the most popular terms for a custom post type
- Include custom post type in “all posts”
- How do I list terms of a custom taxonomy at i.e. domain.com/brands/
- Taxonomy posts on Archive page
- Same base slug for CPT post and CPT taxonomy terms
- wp_insert_post custom taxonomy
- Displaying related posts in a custom post type by a custom taxonomy
- Add Taxonomy Values Within a Custom Post Type RSS Feed
- Custom Post Type: How to display all of same taxonomy?
- Taxonomy-{taxnonomy}.php is not working
- Display taxonomy term only if there’s a value
- Remove “-2” from a Toolset Types URL with the same post name
- Get list of terms of current taxonomy archive for another taxonomy
- Post Link Filter Help [closed]
- List all custom post type posts from a given category?
- Custom Post type taxonomy single templates
- Registering tags taxonomy for a custom post type
- Get all taxonomies for all post types
- Custom post type taxonomy template
- Is slug “type” reserved and can’t be used in taxonomy rewrite?
- Associate Taxonomies Across Post Types
- Use the_taxonomies() to create a simple list
- Listing taxonomies from custom post type
- get_categories for custom post type and filter by custom taxonomy (brand) and list child categories of a defined category
- Remove Taxonomy Slug when No Taxonomy is Assigned to Custom Post Type?
- Custom post type with specific category structure
- How do I display custom post types through a common taxonomy?
- Paginate_links won’t create the right links on a taxonomy filtered custom post type archive