I've got a Wordpress structure like this.
HOME
HOME > BLOGS
HOME > BLOGS > BLOGNAME1 > SINGLE PAGES
HOME > BLOGS > BLOGNAME2 > SINGLE PAGES
HOME > BLOGS > BLOGNAME3 > SINGLE PAGES
I'd like the BLOGNAME1, BLOGNAME2, BLOGNAME3 category pages to use the same template.
From what I can tell, I'm after something to put in functions.php that says if category is a descendant of the BLOGS category, its category page should use a particular template.
There are some similar discussions here but they'd all force these subcategories to inherit the BLOGS template, which isn't what I'm after.
Any ideas?