Eindelijk gelukt om mijn weblog tweetalig te maken. Ik heb na wat uitproberen gekozen om gebruik te maken van PolyGlot. Met wat simpele aanpassingen en een (eindelijk, *bloos*) werkende .htaccess file werkt het nu allemaal, mijn aanpassingen kun je in het hele bericht lezen, want vanaf nu ga ik ook gebruik maken van het ‘splitten’ van posts zodat mijn hoofdpagina een beetje overzichtelijk blijft
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!