• Hi,

    I’ve a problem with the language switcher in the 404.php page, when I try to switch nothing happens to the url.

    The switcher: <?php if (function_exists('qts_language_menu') ) qts_language_menu('text'); ?>

    The code for different languages: `<?php if(qtrans_getLanguage() == “it”) : ?>
    <?php _e(“Ops! Questa pagina non pu&#243 essere trovata :(“); ?>
    <?php endif ?>

    <?php if(qtrans_getLanguage() == “en”) : ?>
    <?php _e(“Ops! That page can’t be found :(“); ?>
    <?php endif ?>`

    What could be the problem? Many thanks in advance.

    https://www.ads-software.com/plugins/qtranslate/

  • The topic ‘Switcher on 404.php page’ is closed to new replies.