Permalink Keeper

描述

Permalink Keeper is a WordPress plugin that automatically fixes broken permalinks by refreshing them at regular intervals. This prevents 404 errors and maintains SEO integrity by ensuring your permalinks remain functional.

Why do you need this plugin?

  • Sites that frequently experience permalink issues
  • Large sites with many posts and pages
  • Sites with complex permalink structures
  • Sites that have migrated content or changed permalink settings
  • Sites that need consistent URL structure for SEO

Key Features

  • Automatically fixes broken permalinks
  • Prevents 404 errors
  • Configurable update interval
  • Selectable post types (all public post types supported)
  • Batch processing for large sites
  • Debug logging via WP_DEBUG_LOG
  • Status dashboard showing last run, posts processed, and permalinks changed
  • Multilingual support (English, Norwegian, Dutch, German, French, Italian, Spanish)
  • Minimal resource usage

安裝

  1. Upload the permalink-keeper folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings -> Permalink Keeper to configure update interval, post types, and batch size

常見問題

How often should I update the permalinks?

Recommended update interval depends on your site’s size and how often you update content. For most sites, every hour or every 30 minutes is sufficient.

Will this affect my site’s performance?

No, the plugin uses batch processing to limit the number of posts handled per cron run. You can adjust the batch size in Settings to match your server’s capacity.

Does the plugin support multilingualism?

Yes, the plugin currently supports:
* English (en_US)
* Norwegian Bokmål (nb_NO)
* Dutch (nl_NL)
* German (de_DE)
* French (fr_FR)
* Italian (it_IT)
* Spanish (es_ES)

評價

There are no reviews for this plugin.

貢獻者及開發者

“Permalink Keeper” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Permalink Keeper 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1.0

  • Fixed deactivation hook not clearing the scheduled cron event
  • Removed unused init() method
  • Added debug logging via WP_DEBUG_LOG
  • Added status dashboard on settings page
  • Added support for all public post types with selectable checkboxes
  • Added configurable batch size (10-500) for large sites
  • Applied WordPress PHP Coding Standards
  • Updated all translation files with new strings
  • Tested up to WordPress 6.9.1

1.0.0

  • Initial release
  • Automatic permalink updates
  • Configurable update interval
  • Multilingual support