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

MZSlugs Translator

外掛說明

由于Google已经逐步淘汰免费的翻译API,本插件在Google API不支持时,自动将中文标题转换成拼音Slugs。此外还有去除英文搜索禁用词的功能。

This plug-in will translate chinese post title to english slugs using Google translate API, if failed, then convert it to Chinese PinYin.
(note that Google will be shut off completely on 12/1/2011, http://code.google.com/intl/zh/apis/language/translate/v1/getting_started.html).
And it also works with english title, in which the common words will be removed from slugs.

安裝方式

  1. 上传’mz-slugs-translator’到’/wp-content/plugins/’。
  2. 在wordpress插件页面激活插件。
  3. 修改固定链接,例如:把固定链接改为”/%year%/%postname%/”格式 (具体操作请参考:https://codex.wordpress.org/Using_Permalinks)。当你添加文章或者帖子时,本插件会自动把你的标题转换成英文或者拼音。注意:如果你要编辑文章,已经存在的slug不会被修改,这时你只有通过手工修改。

常見問題集

请访问 http://blog.61dh.com/mzslugs-translator/

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.1.0

  • New Plugin.

1.1.1

  • Fixed encoding of readme.txt

1.1.2

  • Removed google pinyin api part, since it’s no long supported