I have created a custom post type "News", it supports "category", I created news category "Latest News" and added some posts (news) to it. Also I updated the permalink structure to /%category%/%postname%/
This structure should show my news posts URLs like
blogurl/latest_news/newstitle
but I got this url
blogurl/news/newstitle
Please help me, how can I show the URLs just like the blog posts.
Thank you very much for your kind help.