Hello, this is more of a 'is it possible' type question. Keep in mind, I am no php master by any means, but can generally figure things out : )
Say i have a wordpress site that is for displaying menu items, focusing on pizza. I have a custom post type of 'menu items' and i would need several custom taxonomies attached to that post type. Things like toppings, sauces, cheeses, crusts, etc…
BUT, what if the end user doesn't want to name their taxonomies that way, say they wanted specialty toppings, veggies, meats, gluten free, instead?
Is there a way for me to name my custom taxonomies something general like, ingredient set 1, ingredient set 2, ingredient set 3, ingredient set 4, ect...and in the theme options panel, set up some sort of override for that taxonomy name? Something like:
Taxonomy Name: Ingredient set 1 -> Friendly Name: Toppings
Taxonomy Name: Ingredient set 2 -> Friendly Name: Sauces
etc…
I have tried searching online but haven't found anything about it, but my wording could be off.
Any ideas would be greatly appreciated!