Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also had problems with the search bringing back my visitors to the default site language. To solve it, in the admin panel, i went to :

    Settings > Languages > Advanced Settings (click show)

    and under URL modification code, selected the option :
    Use Pre-Path Mode (Default, puts /en/ in front of URL)

    This way, all urls add the language slug right after the root url, and i can use <?php bloginfo('url'); ?> with anything i want after it in all my templates and the language always follows from one page to the other.

    It also works with the default WP search.

    Hope this helps!

    Since WordPress 3.8 post feature images are only supported as an option in your wordpress theme. So, in order to activate this option, you must simply add this line to your theme’s function.php file :

    add_theme_support('post-thumbnails');

    Should work like a charm from there!

Viewing 2 replies - 1 through 2 (of 2 total)