აღწერა
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; ?>
ეკრანული სურათები
დაყენება
- Just like any other plugin, too.
- Activate it.
- Update your “Permalinks” settings.
მიმოხილვები
There are no reviews for this plugin.
მონაწილეები & დეველოპერები
“Language Taxonomy” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.
მონაწილეებიგადათარგმნეთ Language Taxonomy თქვენს ენაზე.
დაინტერესებული ხართ დეველოპმენტით?
დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.
ცვლილებები
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.