Description
This plugin allows you to write posts in more than one language, all you have to
do is to add some divs to your posts, each div with a class, that is the
language’s name. This way your readers will be able to just click in the flags
and change between languages.
Installation
- Upload wpmultilanguagechanger to the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Write some posts using special divs (See FAQ).
- Enjoy your multi language blog!
FAQ
- How do I define a language?
-
Just create a div using a class with the language code, for example:
I write posts in Brazilian Portuguese and English, so what I have to do is write
my Portuguese text inside a div that class is “pt_br” and my English text
inside a div that class is “en”.
Here is an example:
<div class=”en”>English</div> <div class=”pt_br”>Português</div>.
Reviews
There are no reviews for this plugin.
ডেভেলপার এবং কন্ট্রিবিউটর
“WPMultiLanguageChanger” is open source software. The following people have contributed to this plugin.
কন্ট্রিবিউটরTranslate “WPMultiLanguageChanger” into your language.
ডেভেলপমেন্ট এ আগ্রহী?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Version 0.5
- Fixed a bug in flags box’s display. Thanks René Kooijman.
Version 0.4
- Stoped showing the flags div in non multi language posts.
- Added eight more flags.
- Added a border to the active flag.
Version 0.3
- Blog posts where empty for rss readers.
Version 0.2
- Fixed the flag’s images path problem. (Thanks PotHix)
Version 0.1
- First release.