Translate the_content using Gengo
-
Hello
I’m using Gengo plugin and have a problem with translating “Read more” test.
Texts are translated by Gengo using this code
<?php if (is_language('en')) echo "You are reading in English"; elseif (is_language('ja')) echo "You are reading in Japanese"; else echo "You are seeing all posts..."; ?>
How can I join above code with
<?php the_content('Read more...'); ?>
to make possible to translate this “Read more” text?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Translate the_content using Gengo’ is closed to new replies.