Home Plugins simple regenerate slug
Simple Regenerate Slug logo

Simple Regenerate Slug

by vividsunny on WordPress.org

Regenerate slugs from post titles with enable/disable options and custom post type support. Easy to configure with admin settings.

(10)
Plugin settings page showing enable/disable option and post type selection

Plugin settings page showing enable/disable option and post type selection

Simple Regenerate Slug automatically regenerates URL slugs from post titles for WordPress posts, pages, and custom post types. The plugin now includes a comprehensive admin settings panel where you can:

Key Features:
* Enable/Disable Control – Turn the plugin functionality on or off with a simple checkbox
* Custom Post Type Support – Select which post types should have automatic slug regeneration
* Bulk Processing – Update multiple posts at once using WordPress bulk edit
* Developer Friendly – Includes filter hooks for programmatic customization
* Clean Admin Interface – Easy-to-use settings page with clear documentation

How It Works:
The plugin automatically updates the URL slug whenever you update a post title. This works for:
– Published posts and pages
– Custom post types (when selected)
– Bulk edit operations
– Individual post updates

Usage Instructions:
1. Go to Settings Simple Regenerate Slug in your WordPress admin
2. Enable the plugin using the checkbox
3. Select the post types where you want automatic slug regeneration
4. Save settings and you’re done!

For bulk updates of existing posts:
1. Go to Posts (or Pages/Custom Post Types)
2. Select posts you want to update (recommend 50 at a time)
3. Choose ‘Bulk actions’ ‘Edit’ ‘Apply’
4. Click ‘Update’ without making changes
5. Slugs will be automatically regenerated from titles

Developer Features:
The plugin includes the simpleregenerateslug_post_types filter hook that allows developers to programmatically modify which post types are affected:

 ```php // 
add_filter( 'simpleregenerateslug_post_types', function( $post_types ) {
    $post_types[] = 'custom_post_type';
    return $post_types;
} ); ``` 

Perfect for theme developers, custom post type plugins, and advanced WordPress customizations.

Support

Getting Help:
If you need assistance with Simple Regenerate Slug, please:

  1. Check the FAQ section above
  2. Review the plugin settings at Settings Simple Regenerate Slug
  3. Submit issues on our GitHub repository

Bug Reports:
If you believe you have found a security vulnerability or bug in Simple Regenerate Slug plugin, please let us know right away by submitting an issue on GitHub.

When reporting bugs, please include:
* Detailed description of the problem
* Steps to reproduce the issue
* Screenshot if possible
* Your website URL (if relevant)
* Current versions of WordPress and PHP
* List of active plugins that might conflict

Feature Requests:
We welcome suggestions for new features! Please submit feature requests through our GitHub repository.

Privacy Policy

Simple Regenerate Slug does not collect, store, or transmit any personal data. The plugin only modifies post slugs locally within your WordPress database. No data is sent to external servers.

Active installations200+
Weekly downloads
83+822.22%
Version2.0.0
Last updated8/5/2025
WordPress version4.9.0
Tested up to6.8.2
Tags
postpost_slugregenerate_slugsimple_regenerate_slugslug
Simple Regenerate Slug | Plugin0