Plugin Directory

Multilingual post

This plugin adds a standard compliant language tag to your post and page.

Download Version 0.2

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 " In the loop(inside a while(have_posts()) 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(function_exists('theLangTag')) theLangTag($post->ID);?> It should look like this(wp2.2 default theme): <div class="post" id="post-<?php the_ID(); ?>" <?php / Support for multilingual posts plugin*/ if(function_exists('theLangTag')) theLangTag($post->ID);?> >
  5. activate this plugin in wordpress admin panel

Requires: 2.0 or higher
Compatible up to: 2.4
Last Updated: 2007-12-18 Downloads: 2,336

Average Rating

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

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

Log in to vote.