Was trying out this plugin, but had to kill it after seeing that the title line above the block was coded to go to an asian translation site. Otherwise, this plugin would work great for us.
Was trying out this plugin, but had to kill it after seeing that the title line above the block was coded to go to an asian translation site. Otherwise, this plugin would work great for us.
Go to the gtranslate plugin directory and open gtranslate.php in a plain text editor. At line 65:
echo $args['before_title'] . '<a href="http://www.asiatranslate.net/website-translation.html" rel="follow" target="_blank">' .$data['gtranslate_title'] . '</a>' . $args['after_title'];
Comment out or remove the link:
echo $args['before_title'] . /* '<a href="http://www.asiatranslate.net/website-translation.html" rel="follow" target="_blank">' . */ $data['gtranslate_title'] . '</a>' . $args['after_title'];
I think that should do it.
This topic has been closed to new replies.