Hi,
I've got a custom taxonomy that is set to Hierarchical = true. However, when I try to access them hierarchically in the URL, it doesn't work.
i.e.
| Training (Taxonomy Name)
| - test-taxonomy
| - - another-test-taxonomy
My expected URL would be mysite.com/training/test-taxonomy/another-test-taxonomy/. That gives a Page Not Found error though.
I can access both test-taxonomy
and another-test-taxonomy
like so: mysite.com/training/<slug>
, but it doesn't seem to work hierarchically.