Site icon Hip-Hop Website Design and Development

custom taxonomy and custom post type url conflict

i am having one serious url issue.

there is news custom post type. it’s slug is news.

News taxonomy slug: news_category

News taxonomy url is: http://domain.com/news_category/press-release

i want to change the url of the news_category to news news .

so url of news taxonomy would be:

             http://domain.com/news/press-release

i tried to rewrite the slug news_category to news but that’s creating conflict issue. news shows news url but all the posts of news post type are returning 404 not found

News post’s url:

     http://domain.com/news/POST_TITLE

as posts url also contain the news slug both conflicts. getting 404 error.

is it possible to fix it? how can i fix it?

any help would be greatly appreciated.