這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Bulglish Permalinks

外掛說明

This plugin converts Bulgarian cyrillic characters in slugs and filenames to Latin characters, according to the official rules for transliteration. Cyrillic letters in URLs, while supported, are ugly and when copy/pasted around the internet are often encoded (converted to those ugly URLs looking like %DU^ED%…)

The plugin automatically converts slugs when a post is created or updated. It also automatically will convert cyrillic characters in filenames, upon media upload. The filename conversion can be disabled through wp-config.php

It will also work for Russian permalinks, as it matches all the letters in the Russian alphabet, although the user should have in mind that there are minor differences in the common transliterations rules in the two languages.

Features

  • Automatically converts existing post, page and taxonomy slugs when you save them

安裝方式

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

常見問題集

How do I stop transliteration of media uploads?

Put the following in your wp-config.php file:
define(‘CYR2LAT_FILENAMES’,false);

使用者評論

閱讀全部 7 則使用者評論

參與者及開發者

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

參與者

將〈Bulglish Permalinks〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.4.1

  • WP5 supported

1.4.0

  • File names transliteration now optional

1.3.0

  • Now will auto convert filenames upon upload

1.2.0

  • Works on front end saving of posts as well

1.1.0

  • Added missing letters from Russian alphabet

1.0.0

  • First release