Top "Wpml" questions

WordPress Multilingual (WPML) is a commercial plugin that adds various multilingual capabilities to WordPress.

Why strings don't appear in "String translation" of WPML?

I have in my php files string like this: <?php __('My string A', 'a_theme'); _e('My string B', …

wordpress wpml
WPML: wp_query() returns posts in all languages rather than just current one

No matter whether I use it from my page in French version or in English version, wp_query() returns my …

wordpress wpml
WPML - Get current language within a another plugin

I am trying to get current language code via ICL_LANGUAGE_CODE in my plugin but I can't , it's not …

wordpress wpml
WPML - ICL_LANGUAGE_CODE breaks my template

Using IF conditional with WPML should be easy but for some reason my template stops working as soon as i …

php wordpress translation wpml