Hello,
I have several categories which have parent categories. Each of these categories refers to the same type of content.
For example, here is how it is right now:
- blog
-- fun-blog
-- extra-blog
- news
-- fun-news
-- extra-news
I'd like to have it be like this instead:
- blog
-- fun
-- extra
- news
-- fun
-- extra
So I can have URLs that look like this /blog/fun instead of /blog/fun-blog
Right now I can't because WP won't allow me to have duplicate category slugs.
Does anyone know of a method or a plugin I could use to prevent this?
Thanks.