I just installed translator plugin, and i want to remove the widget title "Translate Website", i want only flags showing. Can anyone help me? thanks this my site www.justinbieberzone.com, and the code is below. } function widget_global_translator_init() { if(!function_exists('register_sidebar_widget')) { return; } function widget_global_translator($args) { extract($args); echo $before_widget . $before_title . "Translate Website" . $after_title; gltr_build_flags_bar(); echo $after_widget; } register_sidebar_widget('Global Translator','widget_global_translator'); }