WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Mirco Babini v1.2.6

WPML Shortcodes

Adds shortcodes to the WPML environment, like wpml__, wpml_e and more. Makes WP full WPML ready.

WPML Shortcodes

The facts

Rating
5★ from 5
Active installs
900+
Price
Free
Last updated
5 Mar 2016
Added
Aug 2014
Requires WP
2.8
Tested up to
WP 4.4.34
Downloads
10,097

Our analysis

AI-assisted

WPML Shortcodes is a WordPress plugin designed to enhance the multilingual capabilities of your website. It adds functions and shortcodes that allow you to easily implement translations for text strings within your theme. This plugin is particularly useful for developers looking to make their WordPress sites fully compatible with WPML, facilitating the translation process through simple code and shortcode usage.

The plugin includes functions like wpml__ and wpml_e, which require you to provide a string and context for translation. Additionally, it offers the wpml_if shortcode to display content conditionally based on the selected language. This makes it suitable for anyone managing a multilingual site, especially those familiar with coding.

Best for: This plugin suits developers and site owners who need to implement multilingual functionality in their WordPress themes.

What it does well

  • Enhances multilingual support for WordPress sites
  • Includes functions and shortcodes for easy translation
  • Supports backward compatibility with deprecated plugins

Where it falls short

  • Limited information on additional features or updates
  • Last updated in March 2016, may not support newer WordPress versions

Verdict

WPML Shortcodes provides essential tools for multilingual WordPress development, but its age may limit compatibility with the latest WordPress features.

From the developer

Mirco Babini's own description of WPML Shortcodes, lightly tidied.

Adds the wpml__ and wpml_e functions to your theme and the wpml__ shortcode to your WordPress website. Make your WordPress full WPML ready

<?php wpml__( $text, $context ); ?>
<?php wpml_e( $text, $context ); ?>

Similarly to the behaviour of the __, _e functions, you must provide a string to make translateable and a context.
That’s it; just provide translations from the WPML > String Translations admin panel.

Check how to use the shortcode below.

Usage (via code)

<h1><?php echo wpml__( 'Title', 'wpmlshortcodes' ); ?></h1>
<h2><?php wpml_e( 'Subtitle', 'wpmlshortcodes' ); ?></h2>

Usage (via shortcode)

<h1>[wpml__ context=wpmlshortcodes]Title[/wpml__]</h1>
<h2>[wpml__ context=wpmlshortcodes]Subtitle[/wpml__]</h2>

NEWS! WPML Translate (+ shortcode)
Adds the wpml_if (ex wpml_translate) shortcode to your WPML suite. You can also use the wpml_e__if_language( $content, $lang ) in your php code.

Usage (via code)

<p><?php
wpml_e__if_language( 'Text', 'en' );
wpml_e__if_language( 'Testo', 'it' );
?></p>

Usage (via shortcode)

[wpml_if lang='en']Text[/wpml_if][wpml_if lang='it']Testo[/wpml_if]

It also supports backward compatibility for wpml_translate and wpml_language from WPML Translate Shortcode (deprecated plugin);

WPML Translate Shortcode > WPML Shortcodes

Welcome to the new WPML Shortcodes. This plugin is the new WPML Translate Shortcode, became a full-translation suite.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for running multilingual.

Translate WordPress with GTranslate

Translate WordPress with Google Translate multilanguage plugin using AI translation. Complete multilingual SEO...

Free 900k+ installs 4.9★ (4,950)
Loco Translate

Translate WordPress plugins and themes directly in your browser. Versatile PO file editor with integrated AI t...

Free 1M+ installs 4.8★ (452)
TranslatePress

Translate your site visually, directly from the front-end. Go multilingual in minutes using automatic AI trans...

Free 400k+ installs 4.7★ (1,653)
Cyr-To-Lat

Convert Non-Latin characters in post, page and term slugs to Latin characters.

Free 300k+ installs 4.7★ (98)
WP Chat App

Integrate WhatsApp experience directly into your WordPress website.

Free 100k+ installs 4.9★ (219)