Wednesday, May 7, 2014

BLOGGER: REPLACE OLDER POSTS, NEWER POSTS AND HOME LINKS WITH ANOTHER TEXT

Leave a Comment
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."

So let's get started.
  1. Go to Template and click Edit HTML.
  2. 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.
  3.  <data:newerPageTitle/>  
    
  4. 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.
  5.  <data:olderPageTitle/>  
    
  6. If you wish to change the "Home" link, find the code below and change it.
  7.  <data:homeMsg/>  
    
After changing these links, your code should like this:
That's it! Got questions? Leave a comment :)

0 comments:

Post a Comment