Title: Help with next_posts_link!
Last modified: August 19, 2016

---

# Help with next_posts_link!

 *  [anselmiina](https://wordpress.org/support/users/anselmiina/)
 * (@anselmiina)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/help-with-next_posts_link/)
 * I’m trying to create a bilingual blog and almost everything is working perfect.
   I have just one little problem, I don’t know how to translate the “next page”
   link.
 * I’m talking about the link in the end of the index.php, <?php next_posts_link()?
   >
 * Usually the plugin translates automatically everything inside (), the translation
   comes from mo-file in chosen language. But when I don’t write anything inside
   the (), WordPress prints “Next Page »” instead of the translation. I have even
   opened the po-files in Poedit and checked that there really is a translation 
   for “next page” in both of languages I’m using.
 * If my blog was written in one language, it would be easy to write <?php next_posts_link(‘
   TRANSLATED LINK’) ?> but because it is possible to chance the language of my 
   blog, I can’t write anything myself but WordPress should print the translation
   automaticly.
 * I hope someone can help me. I think this is not about the plugin (I’m quite sure
   that it is just me who doesn’t have any idea what I’m doing…) but the plugin 
   I’m using is called Polyglot.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/help-with-next_posts_link/#post-1194976)
 * Have you tried:
    `next_posts_link( __( 'Link Text' ) );`
 *  Thread Starter [anselmiina](https://wordpress.org/support/users/anselmiina/)
 * (@anselmiina)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/help-with-next_posts_link/#post-1195080)
 * Thank you so much for help! Actually I learned something very useful thanks to
   your tip, I found my way to [http://codex.wordpress.org/Translating_WordPress](http://codex.wordpress.org/Translating_WordPress).
 * This was the solution for my problem (I just checked the exact form of next page
   link in the po-file):
 * `next_posts_link( __( 'Next Page &raquo;' ) );`

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help with next_posts_link!’ is closed to new replies.

## Tags

 * [bilingual](https://wordpress.org/support/topic-tag/bilingual/)
 * [next-posts](https://wordpress.org/support/topic-tag/next-posts/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [anselmiina](https://wordpress.org/support/users/anselmiina/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/help-with-next_posts_link/#post-1195080)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
