This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Language Taxonomy

Lýsing

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; ?>

Skjámyndir

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

Uppsetning

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

Umsagnir

There are no reviews for this plugin.

Þátttakendur & höfundar

“Language Taxonomy&#8221 er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.

Höfundar

Translate “Language Taxonomy” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Breytingarsaga

0.2.4

  • Fixed post display
  • Checked for 6.4 compatibility

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.