• I would like to include the translation of the text and linktext in WPML. However, when I load the plugin in WPML, I only see the titles available for translation.

    I have tried changing the widget to include the translation, but no luck so far:

    <?php
    if ( ! empty( $text ) ) :
    _e(apply_filters( ‘the_content’, $text ), ‘simple-image-widget’);
    endif;
    ?>

    https://wordpress.org/plugins/simple-image-widget/

  • The topic ‘Add translation of text through WPML’ is closed to new replies.