I have several categories in WordPress. I have set the Permalinks in WordPress Settings as https://www.example.com/sample-post/, without the category name. For some reason, I have to show the category name in URLs for one of the categories. That means I need to have URLs like this https://www.example.com/category/sample-post/ for the special category, but the other categories remain the same as https://www.example.com/sample-post/.
Can I achieve that without changing the code? Thank you.