This tutorial shows you how to use a different template via get_template_part() for parent and child terms of a post. You could make this work for custom post types or custom taxonomies too, but in my case it was just regular posts and categories. The site has a category called "Recipes", and a bunch of child categories like "Beef", "Poultry", "Breakfast", etc... The recipe index needed one template, while all child terms needed to share another template. Thankfully, after some googling … [Read more...]