I have created a CPT for recipes.
So currently my link structure is:
domain/recipe/post
for example I have a recipe for lasagne so the URL is:
domain/recipe/lasagne
I have added a taxonomy for the type of food and called it "Food Type"
and here I have added:
"italian"
"french"
"greek"
etc.
So now when I create a post under recipe i can see the metabox for "Type of Food" and can choose the option I want.
How do I get the URL structure to reflect the "Type of Food" chosen so the URL should be:
domain/italian/lasagne
or
domain/recipe/italian/lasagne
instead of:
domain/recipe/lasagne
Thanks!