Translate the meta tag
-
Hello,
please sorry about my bad english.I need to translate <title> and <description> tags in my site. Actually I use a code like this with qtranslate:
<?php if (qtrans_getLanguage() == 'en') : ?> <title> <?php if ( is_home() ) { ?>Bla Bla Bla<?php } ?> <?php if ( is_search() ) { ?>Bla Bla Bla<?php } ?> <?php if ($paged>1) { echo '| Page ', $paged; } ?> </title> <?php else : ?> <title> <?php if ( is_home() ) { ?>Bla Bla Bla<?php } ?> <?php if ( is_search() ) { ?>Bla Bla Bla<?php } ?> <?php if ($paged>1) { echo '| Pagina ', $paged; } ?> </title> <?php endif; ?>Unfortunately this code no longer works with WP Multilang. I tried to change something but no luck at all. There is a way to translate title and description with WP Multilang?
Thanks in advance!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Translate the meta tag’ is closed to new replies.