Add-on to WPML to switch off language filters on specific pages.
As of April 2026, YD WPML Switcher is a WordPress wpml plugin with 10 active installations and a 0/5 rating0. It has been downloaded 8.2K+ times in total. Requires WordPress 2.9.1+ and PHP false+. Available on WordPress.org since 2011. Last updated 15 years ago — may have compatibility concerns. Top alternative: WP Editor Widget.
This plugin is an add-on to the WPML Multilingual CMS plugin from http://wpml.org.
Switches the WPML language filters off for specific pages (URLs).
Makes it possible to mix contents in different languages on specific pages.
Use get_cat_in_all_languages( $cat ) to get a list of translated category IDs in all languages.
Usage example:
$catlist = join( ',', YD_WPMLSwitcher::get_cat_in_all_languages( 'press releases' ) );
query_posts("cat=$catlist");
This will let you display a mixed-language list of posts belonging to a specific category (only operates on pages where WPML filtering is switched off)
Right now WPML is switched of for site root URL / only.
Check the plugin’s settings page to switch debug mode on/off.
Original…
| WordPress | 2.9.1+ requiredTested up to 3.0.5 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.