• Im using plugin global translator, how do I remove the widget title? I want to remove the word, “translator”. thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ipunkbali

    (@ipunkbali)

    this is my website http://www.justinbieberzone.com
    i want to remove the head title ” translator website”

    and this is the code
    }

    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’);

    }

    thanks

    Thread Starter ipunkbali

    (@ipunkbali)

    Removing the word “translate website” will only remove the letters, not the bar, I want to show only the flags.

    thanks.

    Thread Starter ipunkbali

    (@ipunkbali)

    why is nobody helping me? 🙁

    Naïve, naïve, naïve…. why do you think people will respond on this forum. It is the worst in the world!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove sidebar title?’ is closed to new replies.