So I’d like to be able to group my categories together, but the names of the groups are not categories themselves. So for the project I’m working on now, I need to be able to categorize the posts based on the equipment used and the room the experiment takes place in, and then have ways to see all entries from a particular room or category in the navigation. So ideally:
Equipment
—Device One
—Device Two
Room
—Room One
—Room Two
But you’d never pick “Equipment” itself as a category and I don’t want “Equipment” to be a link in the navigation. But as far as I can tell, any time I exclude the parent, the children are also excluded. The only workaround I can come up with is to just hard code the names of the categories into the navigation, but that will obviously make it a giant pain to add equipment in the future.
So how do you guys handle this? I keep running into it and I’m never entirely satisfied with the solution. Any suggestions welcome.