• I’m using this piece of code (at the end of my header)to translate my pagination navigation. It almost fully works, but when you click on the first page, the url (with /en in it) is right but it directs you back to the main language (which is dutch).

    <?php if(function_exists('qtrans_convertURL')) : add_filter('get_pagenum_link', 'qtrans_convertURL'); endif;?>

    How can I make it remember the language when the user clicks on page 1?

  • The topic ‘[Plugin: qTranslate] Pagination not fully functioning’ is closed to new replies.