このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

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.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.