In case of found any site breaking issue after upgrading to the latest version then please report the issue on WordPress Forum OR GitHub with complete information to reproduce the issue and move back to the old version. You can download any of the old version from here: https://wordpress.org/plugins/custom-permalinks/advanced/
Lay out your site the way you want it. Set the URL of any post, page, tag or category to anything you want. Old permalinks will redirect properly to the new address. Custom Permalinks give you ultimate control over your site structure.
Be warned: This plugin is not a replacement for WordPress’s built-in permalink system. Check your WordPress administration’s “Permalinks” settings page first, to make sure that this doesn’t already meet your needs.
This plugin is only useful for assigning custom permalinks for individual posts, pages, tags or categories. It will not apply whole permalink structures or automatically apply a category’s custom permalink to the posts within that category.
This plugin only collects the following information.
All this information gets collected when the plugin is installed or updated.
To have any kind of query please feel free to contact us.
add_filter( 'custom_permalinks_path_info', '__return_true' );
To disable complete redirects functionality provided by this plugin, add the filter that looks like this:
function yasglobal_avoid_redirect( $permalink ) { return true; } add_filter( 'custom_permalinks_avoid_redirect', 'yasglobal_avoid_redirect' ); To disable any specific redirect to be processed by this plugin, add the filter that looks like this:
function yasglobal_avoid_redirect( $permalink ) { // Replace 'testing-hello-world/' with the permalink you want to avoid if ( 'testing-hello-world/' === $permalink ) { return true; } return false; } add_filter( 'custom_permalinks_avoid_redirect', 'yasglobal_avoid_redirect' ); To exclude any Permalink to be processed by the plugin, add the filter that looks like this:
function yasglobal_xml_sitemap_url( $permalink ) { if ( false !== strpos( $permalink, 'sitemap.xml' ) ) { return '__true'; } return; } add_filter( 'custom_permalinks_request_ignore', 'yasglobal_xml_sitemap_url' ); To remove custom permalink form from any post type, add the filter that looks like this:
function yasglobal_exclude_post_types( $post_type ) { // Replace 'custompost' with your post type name if ( 'custompost' === $post_type ) { return '__true'; } return '__false'; } add_filter( 'custom_permalinks_exclude_post_type', 'yasglobal_exclude_post_types' ); To exclude custom permalink form from any posts (based on ID, Template, etc), add the filter that looks like this:
function yasglobal_exclude_posts( $post ) { if ( 1557 === $post->ID ) { return true; } return false; } add_filter( 'custom_permalinks_exclude_posts', 'yasglobal_exclude_posts' ); To allow accents letters, please add below-mentioned line in your theme functions.php:
function yasglobal_permalink_allow_accents() { return true; } add_filter( 'custom_permalinks_allow_accents', 'yasglobal_permalink_allow_accents' ); To allow uppercase letters/words, please add below-mentioned line in your theme functions.php:
function yasglobal_allow_uppercaps() { return true; } add_filter( 'custom_permalinks_allow_caps', 'yasglobal_allow_uppercaps' ); To allow redundant hyphens, please add below-mentioned line in your theme functions.php:
function yasglobal_redundant_hyphens() { return true; } add_filter( 'custom_permalinks_redundant_hyphens', 'yasglobal_redundant_hyphens' ); To make changes in permalink before saving, please use custom_permalink_before_saving filter. Here is an example to see how it works.
function yasglobal_permalink_before_saving( $permalink, $post_id ) { // Check trialing slash in the permalink. if ( substr( $permalink, -1 ) !== '/' ) { // If permalink doesn't contain trialing slash then add one. $permalink .= '/'; } return $permalink; } add_filter( 'custom_permalink_before_saving', 'yasglobal_permalink_before_saving', 10, 2 ); To remove like query to being work, add below-mentioned line in your theme functions.php:
add_filter( 'cp_remove_like_query', '__return_false' );
Note: Use custom_permalinks_like_query filter if the URLs doesn’t works for you after upgrading to v1.2.9.
I do not always provide active support for the Custom Permalinks plugin on the WordPress.org forums, as I have prioritized the email support. One-on-one email support is available to people who bought Custom Permalinks Premium only.
Bug reports for Custom Permalinks are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.
Starting from $0 per month.
Rating
Reviewers
114 reviews
Tags
Developed By
Sami Ahmed Siddiqui
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Contact Form plugins for Wordpress
Forms plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Comments plugins for Wordpress
Portfolio plugins for Wordpress
Maps plugins for Wordpress
Security plugins for Wordpress
Translation plugins for Wordpress
Ads plugins for Wordpress
Video Player plugins for Wordpress
Music Player plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Chat plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Tabs plugins for Wordpress
Membership plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Inventory plugins for Wordpress
Video Player plugins for Wordpress
Testimonials plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Social Feeds plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Events Calendar plugins for Wordpress
Contact plugins for Wordpress
Comments plugins for Wordpress
Analytics plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.
Use a reviews badge to highlight your ratings, build trust at a glance, improve credibility, and help increase conversions across your site.
Add social media and RSS feeds to your site to display fresh content, grow your online presence, and keep visitors engaged with real time updates.
Show Medium articles in a Medium feed that keeps content fresh, improves readability, and helps visitors discover more posts.
Add social share buttons so visitors share content to major networks, boost engagement, and drive more referral traffic.
Showcase visuals with an image grid slider that blends a grid layout and carousel motion to create a dynamic, customizable, mobile friendly display.
Use tabs to organize content into clear sections, improve navigation, and help visitors switch between topics quickly for a smoother user experience.
Use wake up notifications to re engage visitors with custom alerts that capture attention, boost interaction, and help increase conversions across your site.
Add an MP3 Player to your website and engage visitors with music, podcasts, and spoken audio without any setup complexity.
Add an event agenda to your site to display schedules clearly, helping users understand timing and plan their attendance.
Use a sticky video that stays visible while users scroll to keep content in view, increase watch time, and boost engagement.

Show WordPress posts with a WordPress feed that keeps content fresh, improves navigation, and helps visitors discover more of your site.
Display ratings from multiple platforms in a reviews trust box that builds credibility, social proof, and boosts conversions.
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!
