Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Bosti, I have never used qTranslate, but will check out soon what happens exactly!

    Thread Starter BostiG

    (@bostig)

    Hi,

    Can you please check what’s wrong? Here is example? Titles are double.

    Thanks,
    Regards

    Thread Starter BostiG

    (@bostig)

    Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Bosti,

    It’s been a while in the making, but I just updated WP Tiles to version 0.5.8 which includes a fix for qTranslate. Can you please confirm that it’s working?

    Thanks!

    Cheers,
    Mike

    Thread Starter BostiG

    (@bostig)

    Great, thank you. Works perfectly!

    Regards,
    Bosti

    Thread Starter BostiG

    (@bostig)

    HI again,

    What was the problem? It might help me with another plugin (WP Favorite Posts), but the same problem?

    Regards,
    Bosti

    Plugin Author Mike Martel

    (@mike_cowobo)

    Probably! It’s a common problem with qTranslate (though hard to find on Google).. the title needs to be passed through the ‘the_title’ filter.

    So whenever a plugin uses $post->post_title, it ought to use apply_filters( 'the_title', $post->post_title ); instead.

    For what it’s worth, the same goes for the content: apply_filters( 'the_content', $post->post_content );

    Cheers,
    Mike

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP tiles and qTranslate’ is closed to new replies.