Thursday, 29 November 2012

Remove Newer and Older Post Links from Blogger

Remove Newer and Older Post Links from Blogger
Remove Newer and Older Post Links from Blogger
  1. Login to Blogger with your ID.
  2. Click Template.
  3. Click tab Edit HTML > Proceed >
  4. Check Expand Widget Templates Box
  5. Find the Following Part of Code 
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}

5. Then REPLACE it with.

#blog-pager-newer-link {
display: none;
}
#blog-pager-older-link {
display: none;
}
#blog-pager {
display: none;
}

6. Save Template  & Check For Changes !

No comments:

Post a Comment

Here Comes the Hammer: The Tech Industry's Three Crises

The next few years are going to be extremely uncomfortable, and maybe disastrous, for the tech industry. Political opposition to the big tec...