How can I a add forward slash on categories URLs and serve only that version of a category (meaning URLs not ending in forward-slash will redirect to URLs ending in forward slash).
I manage to remove the category base using the “WP No Category Base” plugin but I need to add a forward slash on the category URL.
Examples:
www.example.com/es <- this is a category (needs a forward-slash '/')
www.example.com/es/hola.html <- this is a post so, it's ok, no changes needed.
The plugin Permalink Trailing Slash Fixer doesn’t solve the problem here.
Filter
category_link
so WordPress creates slashed URLs for categories, andredirect_canonical
so it accepts those URLs:It’s more convenient to use a wordpress plugin, a plugin called “Permalink Trailing Slash Fixer” can do the job, its main function is: Quickly add a trailing slash in the URLs if it’s missing in the permalink structure. Single posts permalink are skipped .