Plugin Directory

Multilingual post

To use this plugin, you have to upload the plugin file, active it and edit your theme.

  1. First upload the folder "multilingual-posts" to plugin folder
  2. Open file "languages.php" and select languages that might be used. Simply uncomment the row that contains language you will use.
  3. if you need to specify language directions, define it in the bottom of "languages.php"
  4. Edit your wordpress theme. and "<" with "<" when insert to your wp theme***--> In the loop(inside a while(haveposts()) loop), find the top html container which is normally a div block and add a function call before the ">" mark: <?php /* Support for multilingual posts plugin*/ if(functionexists('theLangTag')) theLangTag($post->ID);?> It should look like this(wp2.2 default theme): <div class="post" id="post-<?php theID(); ?>" <?php /* Support for multilingual posts plugin*/ if(functionexists('theLangTag')) theLangTag($post->ID);?> >
  5. activate this plugin in wordpress admin panel

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(0 ratings)