You can select a single template to be assigned by default to all posts belonging to a term.
Templates
Single template by term
By the Web Warlock, Wednesday, 19/May/2010 22:28
Description of the single template by term feature of the ZYX Term Meta plugin.
How to display multiple parentage in a category template
By the Web Warlock, Friday, 14/May/2010 9:44
Example of the Multiple term parentage feature with the get_all_meta_children function for Category templates.
To display all the posts that belong to a category and include multiple parentage (that is, display also the posts that belong to a meta-children term), we'll have to redo a bit the query of The Loop. What we'll do is retrieve all the children of the queried term, and use the list of ids [...]
284 queries. 0.340 seconds. Powered by WordPress
Code is magic