Wednesday, 5 September 2012

HOW TO REMOVE/HIDE NEWER/HOME/OLDER POST LINKS IN BLOGGER


Bloggers default pagination comes with Older, Newer and Home links which can be used to navigate to other pages or posts, but in any case you want to remove all those links from your blog than we have a simply hiding CSS trick for that which will hide all those links from your blogs homepage and post page.





HOW TO REMOVE/HIDE NEWER POST OR OLDER POST LINKS IN BLOGGER

  • Go to Blogger Dashboard --> Template --> Edit HTML --> Proceed
  • Backup your Template before making any changes to your blog
  • Now  Expand Widget Templates
  • Press Ctrl + F and search the code shown below
  • Now Find the code shown below using [ctrl+F]


]]></b:skin>


  • Now Paste the Code Shown Below just above/before it


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

  • Now save your template

0 comments:

Sample Text

About

Pages

Powered by Blogger.

Ads 468x60px

Social Icons

About Me

Blog Archive

Featured Posts