Hopefully another simple one, I have some nested categories, like this:
- category-a
- category-b
-category-c
The permalink for category-c is as follows:
http://<domain>/category/category-a/category-b/category-c/
What I'd really like is for the permalink to not include any parent categories, instead it would become this:
http://<domain>/category/category-c/
Is there a way this can be achieved? I have some categories that do nothing but group sub-categories together, thus I don't really want them displaying to my users.
Many thanks!
/category/prefix. This is more complicated because it requires extra rewrite rules, and includes redirection for old-style links. – Jan Fabry Jan 26 '11 at 12:24