change text – “Older Posts”
-
How do I change the text of “older Posts” and “newer Posts” for navigation?
I tried line 31 of template-tags.php
<div class="nav-next"><?php previous_posts_link( __( 'Newer posts', 'gazette' ) ); ?></div>
to
<div class="nav-next"><?php previous_posts_link( __( 'Earlier Thoughts', 'gazette' ) ); ?></div>
but that did not seem to have any affect. I saw there was a bunch of mentions of “older posts” in some .po files – I’m really hoping there is an easier way than going through all that.
info appreciated,
Steve
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘change text – “Older Posts”’ is closed to new replies.