Finally my weblog is bilingual. After trying out a few plugins i decided to go with PolyGlot. Some simple adjustments and a (blush) finally working .htaccess file made everything work. Adjusments are in the complete post, because from now on i will start ‘splitting’ my posts to keep my frontpage in order.
PolyGlot adjustments;
After downloading unzipping I ran into problems first, because the zipfile unzippes in the directory instead of a subdir, but thats intended! Read the blog on PolyGlot, but at least edit the polyglot.php file to set your languages.
In search.php/single.php/index.php inside the class=entry i added
if(function_exists(‘lp_other_langs’)) {lp_other_langs(‘ ‘,’ ‘, ‘ ‘, ‘ ‘, ‘ ‘);}
In sidebar.php i added
if(function_exists(‘polyglot_list_langs’)){polyglot_list_langs(true);}
Each posting just contains two languages, so lang_xx between [ and ] brackets 🙂
Just simple!