dimadin / change-core-slugs
Set custom permalink slugs instead of default ones.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.4
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-29 05:22:58 UTC
README
Change Core Slugs is a plugin that allows you to set custom permalink slugs instead of default ones that are provided with WordPress core. This functionality is already available in WordPress, however it can be used by manually setting new configuration in the code. What this plugin does is that it provides friendly user interface where all site admins can change default slugs.
You can change:
author
base in authors archivessearch
base in searches archivespage
base in pagination pages of archives or in single postscomments-page
base in pagination pages of single posts commentscomments
base in comments feedsfeed
base in feeds
When you change any slug, you will not get redirection from the pages that used old slug. Same goes if you again change any slug. If you want redirection, you must set it through server rules or with other plugins.
If you disable this plugin, old, default slugs will be restored and URLs with new slugs will stop working. The only way to keep new slugs is by manually setting them in the code.
NOTE: because of two bugs in WordPress core, in some cases setting custom slugs will not work properly. These cases are when page
or comments-page
include any non-ASCII character (ticket #41891), or when feed
or comments
bases are set (ticket #43274). Until these two bugs are fixed, you can use temporary plugin that includes fixes. You do not need that plugin if you do not use features that trigger bugs from above.