I'm currently working in migrating an existing company CMS into Wordpress, it has been going well for the most part as it's mostly migrated right now but I've hit a wall when trying to migrate our news bloc.
So we have something like /news/this-is-your-standard-news-page.html then we have /news/this-is-a-news-category-page.html
Also as part of the requirement, the news articles should be added as a custom post type "news", which is already done. I've also created the custom taxonomy news-category to handle the grouping of news articles, but my problem is with routing, because I need for the grouping page (/news/this-is-a-news-category-page.html) and the individual news pages ( /news/this-is-your-standard-news-page.html ) to use the same /news/ section in the URL, so after the /news/ it can be either an individual page or an aggregating page.
Thanks