Different templates for parent and children Taxonomy
The {$type}_template_hierarchy filter can be used to add templates to the list of files to check for each request: Filters the list of template filenames that are searched for when retrieving a template to use. With this filter, you can do something like below: add to theme’s functions.php or an mu-plugin (untested): add_filter( ‘taxonomy_template_hierarchy’, static … Read more