• Gengo is successfully displaying the category name on the Sidebar in the right language.

    However, on all category pages e.g., the following:

    http://www.myorg.org/?cat=5&language=en
    http://www.myorg.org/?cat=4&language=en

    The category is displayed using the default language

    How can I fix this??

    Logic seems to be surrounding the following code in index.php in all themes:

    <?php if ( get_the_title() ){ the_title(); }else{ echo "Untitled"; } ?>

    Using version 2.1.2 of WordPress

  • The topic ‘(multi-lingual) Gengo & Category Heading’ is closed to new replies.