Description
Remove custom post type base slug from url
- possibility to select specific custom post type(s)
- auto redirect old slugs to no-base slugs
Installation
- Upload
remove-cpt-base
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Reviews
August 14, 2021
Easy to use plugin
July 19, 2021
Very simple plugin, but works perfectly! 🎉
June 30, 2021
A simple but efficient plugin that works like charm... 🙂
February 2, 2021
couldnt get the slug remove done with custom code on one particular site for whatever reason ...
but this little thing works flawlessly!
thanks - please keep it up!! 🙂
October 8, 2020
I had a plugin doing the same job called "Remove slug from custom post type," but it hasn't been updated for years, so I went looking for a replacement. Installed this plugin, selected my CPT and now everything is working as expected again.
August 3, 2020
Spent numerous hours searching google for a solution on how to remove a Custom Post Type slug from the url. Most threads were talking about very complex htaccess editing or functions.php code additions. Stumbled across this plugin and it worked right away. Thank you!
Contributors & Developers
“Remove CPT base” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Remove CPT base” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
5.7
- tested on WP 5.5
- minor fix
5.6
- tested again with WPML, Polylang and Custom Post Type Permalinks and fixed
5.5
- tested on WP 5.5
- another fix for Custom Post Type Permalinks plugin
5.4
- enable previews for CPTs without base
5.3
- make it works with WPML
- make it works with Polylang
- make it works with Custom Post Type Permalinks plugin
5.2
- tested on WP 5.4
5.1
- removed auto-prevent slug duplicates
- removed debug mode
- removed remove_cpt_base_skip filter
- use default WP function instead of custom
- make it works for custom rewrite slugs
- prioritize page and post like WP does
5.0
- YOU HAVE TO SAVE YOUR SETTINGS AGAIN, because:
- added alternation option for each post type separately
- added debug mode
4.8
- fix alternative CPT children solving for nested children
4.7
- alternative CPT children solving
4.6
- fix server port redirect
4.5
- make it works for WP installations in directory
4.4
- minor changes
4.3
- fix for some endpoints and make sure post is not interpreted as attachment
4.2
- fix for hierarchical CPTs on some servers
4.1
- make it works for posts interpreted like category by WP
4.0
- tested on WP 5.2
- make it works for hierarchical post types and different permalink structures
- going back to ‘pre_get_posts’
- optimize generating slug for duplicate names
3.3
- change HTTP code from 404 to 200
3.2
- fix for query strings
3.1
- add custom endpoint rewrites support
3.0
- stop using complicated ‘pre_get_posts’ and handle 404 instead
2.3
- tested on WP 5.0
2.2
- fix 404
2.1
- fix redirect loop in WPML and WooCommerce
2.0
- stop using .htaccess rules
1.2
- auto init after permalinks updated
1.1
- add uninstall hook
- add duplicate slug check
- minor updates
1.0
- First version