Displaying child taxonomies
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 … Read more