How to add specific tags under categories on WordPress
Main categories on my blog
example.com/recipes
example.com/fashion
example.com/beauty
example.com/life
I want to add tags under this recipes
category like
example.com/recipes/tag/appetizers
example.com/recipes/tag/breakfast
example.com/recipes/tag/dinner
these tags should not be accessed via other categories like
example.com/fashion/tag/appetizers
example.com/beauty/tag/breakfast
example.com/life/tag/dinner
i need to generate archive pages for different tags specific to that category like
Appetizers Archive - example.com/recipes/tag/appetizers
Breakfast Archive - example.com/recipes/tag/breakfast
Dinner Archive - example.com/recipes/tag/dinner
is this possible? thanks.