Daniel Crabbe had the same issue I had. Found this site that has some code that will look for and use a parent category’s template file whilst showing the appropriate posts.
I’ve updated it to support slugs in the file name (not just the category ID).
Here is a code I used to do it:
Daniel Crabbe had the same issue I had. Found this site that has some code that will look for and use a parent category’s template file whilst showing the appropriate posts.
I’ve updated it to support slugs in the file name (not just the category ID).
Actually it’s a filter hook
https://developer.wordpress.org/reference/functions/get_category_template/