• Hi there!

    I’m running WordPress 3.3 and the theme ‘Bubbles Squared’. I’ve also installed the mLanguage plugin, which is working quite well, except for the fact, that I can’t get the titles to change along with the text itself. I’ve done what you write in th FAQ for the plugin, like changing

    title=”Permanent Link to <?php the_title(); ?>”
    –>
    title=”Permanent Link to <?php echo strip_tags(get_the_title()); ?>”

    in pages like page.php, index.php and single.php .

    It didn’t work – and then I tried adding this to each and every site:

    key: the short tag of the language ( eg. de or en, etc )
    value: the title text

    but then my site got completely lost. Sometimes it makes links in the navigationbar disappear, sometimes it show the title twice like ‘Home”>Home’ indstead of ‘Home’ if the language is set to english.
    If I put my mouse over the link, the tect says ‘<span class=”‘ so i figure somethings wrong with the the_title() or whatever. I tried so many different combination, but I just can’t get it to work, so I really hope you can help me – I want it to work – it’s such a nice plugin!

    Btw – the site is http://www.metteheisz.dk.

    Thx

    Teeky

    http://wordpress.org/extend/plugins/mlanguage/

  • The topic ‘Can't get the titles on the page to change when using mLanguage’ is closed to new replies.