I’m wracking my brains trying to find out the most logical way to do this, so hopefully someone can help.
I have a menu with 3 categories Foods, Drinks and Promotions. These all have subcategories, so example in foods we have starters, mains, desserts etc. Inside the submenu we have the items themselves (which are the custom post). The idea is to keep it as dynamic as possible, so in the categories I will loop subcategories, in subcategories I will loop items themselves.
My approach- Custom post called menu items. Custom taxonomy called menu categories (foods drinks and promotions here). Then I’ll use the parent-child relationship for the subcategories- so for example parent food and child starters etc. This works because also promotions doesn’t need a subcategory, it just lists the items.
Interested to hear a better approach thanks.
[ad_2]
Can’t see anything wrong with your planned approach