I added the template tag to the homepage of my site:
<?php
if( method_exists( $GoogleTranslation, 'google_ajax_translate_button' ) ) {
$GoogleTranslation -> google_ajax_translate_button();
}
?>
It is inside the loop (I put it right after the call for the_content, but the translator link doesn't show up. Looking at the source code, the translation link has display: none on it.
Is there any fix to this? Thanks!
http://wordpress.org/extend/plugins/google-ajax-translation/