Translate texts in HTML
-
Hello! In my .php pages have a lot of texts ,what I want to translate, but I dont know how. Im using a polylang ,but that shows only widget titles and
etc.For example ,I have
<?php previous_posts_link('Newer Posts »'); ?>And I want to translate, Newer Posts in other language, but how I can do that?
Thanks
EDIT: I find this
<?php wpml_e__if_language( 'text', 'lv' ); wpml_e__if_language( 'text', 'en' ); ?>but this code ,doesn’t help for that code what is above in my post
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
The topic ‘Translate texts in HTML’ is closed to new replies.