Special Category Structure Issues
-
So, I’m trying to modify my WordPress installation for a non-blog type website. I’m trying to setup a specific category structure but having some problems.
The structure:
url.com/tv-show/season-1/episode-1-This-is-an-episodeMy problem occurs when trying to do a similar structure for another tv show, ie:
url.com/another-show/season-1/episode-1-This-is-the-other-shows-episodeBasically the slug for the sub-category of the new show(as category) is coming out as ‘season-1-another-show’ instead of just ‘season-1’ like it does for the first tv show. I’m confused on why WP is rewriting this for me as they both have different parent categories and I can only assume this was something that was overlooked when making the function for making sure there are no dupe cats.
Any ideas besides manually modifying the backend?
The topic ‘Special Category Structure Issues’ is closed to new replies.