Language Taxonomy

外掛說明

Adds a language taxonomy to posts, pages and other items.

This will add a URL scheme (Your Blog)/lang/(slug).

There is also a template tag for usage within the loop.

Example:

<?php if(function_exists('lt_the_language')): ?>
<?php lt_the_language($post_id); ?>
<?php endif; ?>

螢幕擷圖

  • New language box in the New Post screen.
  • Overview of the languages
  • Test language with permalink – English
  • Test language with permalink – German

安裝方式

  1. Just like any other plugin, too.
  2. Activate it.
  3. Update your “Permalinks” settings.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

0.3.1

  • Skip language detection on comments

0.3.0

  • Use the slug as a language in the ActivityPub plugin. As long as the slug is an ISO language code.

0.2.3

  • Checked for 4.2 compatibility
  • Added screenshots

0.2.2

  • Checked for 3.9 compatibility.

0.2.1

  • Removed two typos

0.2

  • Template tag to use in the loop

0.1

  • Initial Version
  • More options will be coming, especially template tags.