• Just a FYI, this widget needs one tweak to the widget title to get it to work in wpml here is the code that needs to be changed in widget.php

    echo $instance['hide_title'] ? '' : $before_title . stripslashes( apply_filters('widget_title', $instance['title']) ) . $after_title;

    You need to apply_filters on the title and it will start getting translated at least in WPML

    http://wordpress.org/extend/plugins/mini-loops/

  • The topic ‘[Plugin: Mini Loops] WPML Multilanguage Widget Title’ is closed to new replies.