How to translate post navigation links?
-
I’m trying again and again to make this code available to translate via .po file but I just get the
Previous Entries'
) working. Any ideas, could someone help me?This is clean code:
<div class="navigation"> <div class="alignleft"><?php previous_posts_link('« Previous Entries') ?></div> <div class="alignright"><?php next_posts_link('Next Entries »','') ?></div> </div>
And this is what I have now:
<div class="navigation"> <div class="alignleft"><?php previous_posts_link __('« Previous Entries', "Adformat") ?></div> <div class="alignright"><?php next_posts_link __('Next Entries »','', "Adformat") ?></div> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to translate post navigation links?’ is closed to new replies.