Hi,
I’m building a WordPress site using the Pro theme and Cornerstone. I’ve encountered an issue with category archive URLs. Currently, the URLs include “/category/” (e.g., https://www.thailandinfo.se/category/ekonomi/
), but I would like the URLs to be cleaner, such as https://www.thailandinfo.se/ekonomi/
.
Here are the steps I’ve already tried:
- In Settings > Permalinks , I left the “Category Base” field empty. This makes
https://www.thailandinfo.se/category/ekonomi/
work but doesn’t remove “category” from the URL. - I tried disabling all plugins to rule out conflicts, but the issue persists.
- I noticed that entering a value in the “Category Base” field (e.g., “test”) changes the URL structure to
https://www.thailandinfo.se/test/ekonomi/
, so the base seems mandatory. - I understand there are plugins like “Remove Category URL” that solve this issue, but I would prefer to avoid relying on plugins for this.
Since Pro and Cornerstone are very powerful tools, is there a way to address this problem directly in the theme settings or through customizations within Pro? My goal is to completely remove “/category/” from the URL structure without using third-party plugins or complex server-level modifications.
Thank you for your help!