Adds a language taxonomy to posts, pages and other items.
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; ?>
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2010-6-20
Downloads: 434
Got something to say? Need help?