plugin-icon

Simple Regenerate Slug

제작자: vividsunny·
Regenerate slugs from post titles with enable/disable options and custom post type support. Easy to configure with admin settings.
등급
4.2/5
버전
2.0.0
활성화된 설치 항목
300
최근 업데이트일
Aug 5, 2025
Simple Regenerate Slug

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.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.8.3
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.