[qtranslate] problem with category description translations
-
hi, i installed the qtranslate plugin and it works great.
except for category descriptions:
for each category, i have my category description displayed on the top of category posts (i allow html in category descriptions, with the ‘category descriptions editor’ plugin).
to have category descriptions displayed above my posts, i inserted this…
<?php if (is_category()) { ?>
<?php
$category = get_the_category();
echo $category[0]->category_description;
?>… in my _posts.php.
with qtranslate, language-switching is usually done thanks to quicktags ([:en]Text [:fr]Texte [:es]Texto) or normal tags <!–:en–>Text<!–:–>(<!–:fr–>Texte<!–:–><!–:es–>Texto<!–:–>).
in my situation, qtranslate does not switch > all 3 languages are shown (i.e. Text Texte Texto) :(.
any clue on what has to be tweaked?
thanks in advance!
- The topic ‘[qtranslate] problem with category description translations’ is closed to new replies.