Localisation and WordPress

WordPress has no ability to switch language based on URL or query string parameter. In fact it does no dynamic language switching at all. Wherever you’ve seen this working, it would have been using a plugin. You say you don’t want to use a plugin, which means you’ll have to write all the switching logic … Read more

Qtranslate-X get raw post title value

post_title_ml property should be used to get a raw post value, instead of post_title $title = $post->post_title_ml To translate raw value translate_text filter can be used $english_title = apply_filters(‘translate_text’, $title, ‘en’); Or qtranxf_use_language() function $english_title = qtranxf_use_language(‘en’, $title, false, true);

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)