• Hi,
    I have a problem with qTranslate. The html title of each page is displayed in the default language ( spanish ). For example a title of one page is “INICIO”, if i change to english, you can see “INICIO” instead “ABOUT US”. Its only happen with the html title of each page, and the meta description.
    I thin this line
    <title><?php wp_title( '|' , true, 'right' ); ?></title>
    In the class-header-header-main_main.php is involved.
    My page is: https://www.greenfuelsbio.com
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter GreenFuelsBio

    (@greenfuelsbio)

    Also, i′m using the following plugins:
    W3 Total Cache
    WordPress SEO

    Wrap that line in __(), like this:

    <title><?php __(wp_title( '|' , true, 'right' )); ?></title>

    Not sure, but it should work. I’ve only used qTranslate in query mode (?lang=XX) myself.

    Thread Starter GreenFuelsBio

    (@greenfuelsbio)

    Hello acub, i tried your modification but doesnt works, i have read this thread:
    https://www.ads-software.com/support/topic/plugin-qtranslate-page-title?replies=23
    I’ve gotten it to works, but without the structure of customizr title (with the | ).
    Can you arrange for me plz ?
    Any idea for meta desc ?
    Thanks.

    qTranslate and Customizr work for me (the title and the meta are translated). So I suppose you need to take this issue to the forums of the plugins responsible for replacing your title and meta. I can’t be of much help, never used any of those plugins.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘qTranslate & customizr -> html title and meta desc’ is closed to new replies.