• Hello!

    I have two questions:

    1. How can i show the page title in both languages?

    2. How can i get the title unfiltered by Qtranslate plugin?
    Something like this:
    <!–:en–>title en<!–:–><!–:ro–>title ro<!–:–>

    I’m using Qtranslate 2.5.24

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter silafu

    (@silafu)

    It is weird (for me) that

    <?php $post_id = 193; $queried_post = get_post($post_id);echo $queried_post->post_title;?>

    outputs

    <!--:ro-->title ro<!--:--><!--:en-->title en<!--:-->

    and

    <?php echo $post->post_title;?>

    within the loop outputs

    title ro (ro is the selected language)

    Any help would be very much appreciated.

Viewing 1 replies (of 1 total)
  • The topic ‘[plugin Qtranslate] get the unfiltered title’ is closed to new replies.