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%
Translate WordPress with GTranslate
Translate WordPress with GTranslate plugin uses Google Translate AI translation service to translate wordpress site with Google power and make it multilingual. With 103 available languages your site will be available to more than 99% of internet users. Our paid versions are fully SEO compatible which will increase your international traffic and sales. This translate plugin is a budget multilingual WordPress solution which combines automatic and human translations to save money and is easy to implement. GTranslate is a leading website translation services provider since 2008, it moves away the language barriers. Compared to other translation plugins for WordPress, we use cloud based approach which does not slow down your website. In addition to that, we can offer complete SEO features based on sub-domains with our paid options, which can make your website appear in search engines in different languages which will increase your international traffic and sales. In our paid versions we DO NOT limit the number of words or the number of translated pageviews. You DO NOT pay additionally for automatic translations. Please use GTranslate Support for your questions and support requests! We are multilingual! Please check our FAQ to get quick answers. Features Free Google automatic machine translation Hides Google top frame after translation Translate website on the fly Translate posts and pages Translate categories and tags Menus and widgets translation Themes and plugins translation Right to left language support Google language translator widget Auto-switch language based on browser defined language Available styles Float, Dropdown, Flags, Flags with dropdown, Nice dropdown with flags, Flags with language names, Flags with language codes, Language names, Language codes, Globe, Popup Floating language selector WooCommerce shop translation Multilingual language names in native alphabet Alternative flags for Quebec, Canada, USA, Brazil, Mexico, Argentina, Colombia Lazy loading for language flags and js libraries to boost performance Lightweight vanilla javascript without dependencies Forum Support Paid Features Multilingual SEO – Enable search engine indexing Neural machine translations with human level translation quality Increase traffic and AdSense revenue Search engine friendly (SEF) URLs Yoast SEO compatible – translate meta keywords, meta description, schema.org data structures, translate sitemaps WooCommerce compatible – translate products, schema.org data structures You can have sub-directory (example.com/es/) or sub-domain (es.example.com) URL structure URL Translation aka slug translation is possible (example.com/about-us → example.es/sobre-nosotros) Add hreflang tags for translated alternatives You can manually correct translations In context translation interface (make corrections without losing the context) Meta data translation (meta keywords, meta description) Translating schema.org microdata for better search engine appearance Seamless updates (cloud service updated on our side – SaaS, you do not need to worry about backups on your side) JSON format translation Translate WooCommerce emails AMP translation (Accelerated Mobile Pages translation) Image localization – Media translation Translation Proxy (aka Translation Delivery Network) Centralized Translation Cache – We revise and improve translations over time Language Hosting (example.fr) User Dashboard with Analytics Live Chat Support See also If you are looking for unlimited, high-quality automatic translations, check out TranslateX – an automatic translation API offering unlimited translation for your website or application. We also offer integration plugins: TranslateX for Loco Translate – integrate TranslateX API directly into Loco Translate for seamless, unlimited automatic translations. TranslateX for TranslatePress – bring unlimited automatic translation to TranslatePress using TranslateX API. These solutions make it easy to supercharge your WordPress multilingual setup with TranslateX’s secure and affordable API. GTranslate WordPress Demo Watch GTranslate Tour Edit Translations Demo (paid)