I am new at WordPress and I would like to create a url structure for a recipe site.
/category ( eg: /recipe will list all recipes ).
/category/subcategory ( eg: recipe/chicken list of chicken recipes )
/category/subcategory/postname ( eg: recipe/chicken/Chicken-Breasts-with-Tomatoes
The problem:
When I access /category/subcategory ( /recipe/chicken ) i got 404 not found, but if i access /subcategory ( eg: /chicken ) it works.
I had marked the category "recipe" as the parent of chicken.
Tks a lot, enog