Rewrite Bases Internationalization

外掛說明

This plugin allows you to customize and internationalize the rewrite bases for author archives, search results, comments and page slugs in WordPress. It provides an easy-to-use interface in the Permalinks Settings page to set custom values for these bases.

If you notice that your permalink changes aren’t reflecting on your site, try the following steps:

  1. Go to Settings > Permalinks in your WordPress admin panel.
  2. Without making any changes, click the “Save Changes” button at the bottom of the page.

Key Features

  • Customize rewrite bases for author, search, comments and page (pagination) slugs
  • Automatically uses WordPress’s language-specific terms as defaults, if available
  • Integrates seamlessly with the WordPress Permalinks Settings page

Motivation

Internationalized rewrite bases for author, search, comments and page (pagination) in WordPress are not part of the WordPress Core. This is because the WP_Rewrite class uses hardcoded strings which were never translated until 2024. There is an old ticket (#1762) that discusses this issue, including the idea of modifying the WP_Rewrite property with a plugin. This plugin implements that solution. It extends the native Permalinks settings page and adds a section to change the rewrite bases for author, search, comments and page (pagination). By default, these are based on the current language of your site.

Want to contribute?

Check out the Plugin GitHub Repository.

Additional Info

For more information about the WordPress Rewrite API, please visit the WordPress Rewrite API documentation.

螢幕擷圖

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/rewrite-bases-internationalization directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Settings > Permalinks to configure the rewrite bases.

常見問題集

How do I set custom rewrite bases?

After activating the plugin, go to Settings > Permalinks. You’ll find a new section called “Rewrite Bases” where you can enter custom values for author, search, comments and pagination bases.

What happens if I leave a field blank?

If you leave a field blank, the plugin will use WordPress’s default language-specific term for that base.

Does this plugin work with WMPL or other translation plugins?

This plugins is currently not tested with WMPL or other translation plugins and does not support them.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Rewrite Bases Internationalization〉的開發相關工作。

參與者

變更記錄

1.0

  • Initial release