To change the text in the links "Older Posts" "Newer Posts" and "Home" is probably the easiest thing you can do with them. You can change them to anything, like "Next" for the "Older Posts" and "Back" for the "Newer Posts."
After changing these links, your code should like this:
So let's get started.
- Go to Template and click Edit HTML.
- Press Ctrl+F and paste the code below in the search box to change the "Newer Post" link. Delete it and replace with "Back" or whatever you like.
- Press Ctrl+F again and paste the code below. This time, it's to change the "Older Posts" link. Do the same as you did for the "Newer Posts" link.
- If you wish to change the "Home" link, find the code below and change it.
<data:newerPageTitle/>
<data:olderPageTitle/>
<data:homeMsg/>
That's it! Got questions? Leave a comment :)