Custom Permalink Editor
Custom Permalink Editor is a powerful yet simple plugin that allows you to create SEO-friendly custom URLs for your WordPress posts and pages. Perfect for content creators, marketers, and site owners who want complete control over their permalink structure. Key Features: ✓ Easy Permalink Customization – Change URLs for individual posts and pages with just a few clicks ✓ SEO-Friendly URLs – Create clean, readable URLs that improve your search engine rankings ✓ No Global Changes – Customize permalinks per post/page without affecting your site’s default permalink structure ✓ Safe & Reversible – Deactivating the plugin reverts all posts back to their default WordPress permalinks ✓ Categories & Tags Support – Edit permalinks for categories and tags as well ✓ Custom Post Type Support – Existing custom permalinks for custom post types continue to work (Pro version required for editing) How It Works: Install and activate the plugin Edit any post or page Find the Custom Permalink Editor box Enter your desired custom URL Save and publish – your new permalink is live! Perfect For: Blog posts with specific keyword requirements Landing pages with marketing-friendly URLs Portfolio items with branded permalinks Product pages with clean, memorable URLs Migrating content from other platforms while maintaining URL structure Support Need help or have questions? We’re here to assist you! Support Requests: Use our contact form for technical support Custom Modifications: Contact us for any custom development needs Feedback: We value your feedback and suggestions for improvements Pro Version: Interested in premium features? Get in touch Privacy Policy This plugin does not collect any user Information If you need any custom modification or any other thing contact with https://kingscrestglobal.com/ and mention Custom Permalink Editor Advanced Filters For developers who need more control, Custom Permalink Editor provides several filters to customize its behavior. Add PATH_INFO in $_SERVER Variable Enable PATH_INFO support in the $_SERVER variable. This is useful for certain server configurations. Usage: add_filter( 'cp_editor_path_info', '__return_true' ); Exclude Specific Permalinks Prevent specific permalinks from being processed by the plugin. Useful for excluding system files like sitemaps or special pages. Example: Exclude sitemap.xml from processing function team_kcg_exclude_permalink( $permalink ) { // Check if permalink contains 'sitemap.xml' if ( false !== strpos( $permalink, 'sitemap.xml' ) ) { return '__true'; } return; } add_filter( 'cp_editor_exclude_permalink', 'team_kcg_exclude_permalink' ); Exclude Specific Post Types Remove the Custom Permalink Editor form from specific post types. Helpful if you want to disable the feature for certain content types. Example: Exclude a custom post type called ‘custompost’ function team_kcg_exclude_post_type( $post_type ) { // Replace 'custompost' with your actual post type name if ( 'custompost' === $post_type ) { return '__true'; } return '__false'; } add_filter( 'cp_editor_exclude_post_type', 'team_kcg_exclude_post_type' ); Exclude Specific Posts Exclude individual posts or pages from showing the Custom Permalink Editor form. You can filter by ID, template, or any post property. Example: Exclude post with ID 1557 function team_kcg_exclude_posts( $post ) { // Exclude specific post by ID if ( 1557 === $post->ID ) { return true; } // You can also exclude by other criteria // Example: Exclude posts with a specific template // if ( get_page_template_slug( $post->ID ) === 'template-landing.php' ) { // return true; // } return false; } add_filter( 'cp_editor_exclude_posts', 'team_kcg_exclude_posts' ); Allow Accented Characters By default, the plugin removes accents from permalinks for better URL compatibility. Enable this filter if you need to preserve accented characters. Usage: function team_kcg_allow_accents() { return true; } add_filter( 'cp_editor_allow_accents', 'team_kcg_allow_accents' ); Allow Capital Letters By default, permalinks are converted to lowercase. Use this filter to preserve capital letters in your custom URLs. Usage: function team_kcg_allow_capitals() { return true; } add_filter( 'cp_editor_allow_caps', 'team_kcg_allow_capitals' ); Note: Add these code snippets to your theme’s functions.php file or use a custom plugin/code snippets plugin. How To Use Changing a Post or Page Permalink: Navigate to Posts > All Posts (or Pages > All Pages) Click on the post/page you want to edit Scroll down to find the “Custom Permalink Editor” meta box Enter your desired custom URL in the text field (without the domain) Click “Update” or “Publish” to save your changes Visit your post to see the new permalink in action! Example: – Default URL: yoursite.com/2026/01/11/my-blog-post/ – Custom URL: yoursite.com/seo-friendly-custom-url/ Reverting to Default Permalinks: Simply deactivate the plugin and all posts will automatically revert to WordPress default permalink structure.
Top keywords
- custom20×2.71%
- post20×2.71%
- exclude19×2.57%
- permalink18×2.44%
- editor13×1.76%
- posts11×1.49%
- kcg10×1.35%
- permalinks10×1.35%
- return10×1.35%
- filter9×1.22%
- add8×1.08%
- allow8×1.08%
Really Simple Security – Simple and Performant Security (formerly Really Simple SSL)
Easily improve site security with WordPress Hardening, Two-Factor Authentication (2FA), Login Protection, Vulnerability Detection and SSL certificate. Really simple, Effective and Performant WordPress Security Really Simple Security is the most lightweight and easy-to-use security plugin for WordPress. It secures your WordPress website with SSL certificate generation, including proper 301 https redirection and SSL enforcement, scanning for possible vulnerabilities, Login Protection and implementing essential WordPress hardening features. We believe that security should have the absolute minimum effect on website performance, user experience and maintainability. Therefore, Really Simple Security is: Lightweight: Every security feature is developed with a modular approach and with performance in mind. Disabled features won’t load any redundant code. Easy-to-use: 1-minute configuration with short onboarding setup. Security Features Easy SSL Migration Migrates your website to HTTPS and enforces SSL in just one click. 301 redirect via PHP or .htaccess Secure cookies Let’s Encrypt: Install an SSL Certificate if your hosting provider supports manual installation. Server Health Check: Your server configuration is every bit as important for your website security. WordPress Hardening Tweak your configuration and keep WordPress fortified and safe by tackling potential weaknesses. Prevent code execution in the uploads folder Prevent login feedback and disable user enumeration Disable XML-RPC Disable directory browsing Username restrictions (block ‘admin’ and public names) and much more.. Vulnerability Detection Get notified when plugins, themes or WP core contain vulnerabilities and need appropriate action. Login Protection Allow or enforce Two-Factor Authentication (2FA) for specific user roles. Users receive a two-factor code via Email. Improve Security with Really Simple Security Pro Protect your site with all essential security features by upgrading to Really Simple Security Pro. Advanced SSL enforcement Mixed Content Scan & Fixer. Detect files that are requested over HTTP and fix them to HTTPS, both Front- and Back-end. Enable HTTP Strict Transport Security and configure your site for the HSTS Preload list. Firewall Really Simple Security Pro includes a performant and efficient WordPress firewall, to stop bots, crawlers and bad actors with IP and username blocks. 404 blocking – Blocks crawlers as they trigger unusual numbers of 404 errors. Region blocking – Only allow/block access to your site from specific regions. Automated and customisable Firewall rules. IP blocklist and allowlist. Security Headers Security headers protect your site visitors against the risk of clickjacking, cross-site-forgery attacks, stealing login credentials and malware. Independent of your Server Configuration, works on Apache, LiteSpeed, NGINX, etc. Protect your website visitors with X-XSS Protection, X-Content-Type-Options, X-Frame-Options, a Referrer Policy and CORS headers. Automatically generate your WordPress-tailored Content Security Policy. Vulnerability Measures When a vulnerability is detected in a plugin, theme or WordPress core you will get notified accordingly. With Vulnerability Measures, you can configure simple but effective measures to make sure that a critical vulnerability won’t remain unattended. Force update: An update process will be tried multiple times until it can be assumed development of a theme or plugin is abandoned. You will be notified during these steps. Quarantine: When a plugin or theme can’t be updated to solve a vulnerability, Really Simple Security can quarantine the plugin. Advanced Site Hardening Choose a custom login URL Automated File Permissions check and fixer Rename and randomize your database prefix Change the debug.log file location to a non-public folder Disable application passwords Control admin creation Disable HTTP methods, reducing HTTP requests Login Protection Secure your website’s login process and user accounts with powerful security measures. Two-Step verification (Email login) 2FA (two factor authentication) with TOTP Passwordless login with passkey login Enforce strong passwords and frequent password change Limit Login Attempts With Limit Login Attempts you can configure a threshold to temporarily or permanently block IP addresses or (non-existing) usernames. You can also throw a CAPTCHA after a failed login (hCaptcha or Google reCaptcha) Access Control Restrict access to your site for specific regions. Add specific IP addresses or IP ranges to the Blocklist or Allowlist. Useful Links Documentation Security Definitions Translate Really Simple Security Issues & pull requests Feature requests Love Really Simple Security? If you want to support the continuing development of this plugin, please consider buying Really Simple Security Pro, which includes some excellent security features and premium support. About Really Simple Plugins Our mission is to make complex WordPress requirements really easy. Really Simple Security is developed by Really Simple Plugins. For generating SSL certificates, Really Simple Security uses the le acme2 PHP Let’s Encrypt client library, thanks to ‘fbett’ for providing it. Vulnerability Detection uses WP Vulnerability, an open-source initiative by Javier Casares. Want to join as a collaborator? We’re on GitHub as well!