Searching...
Monday 8 April 2013

Hide Posts Atom, Older, Newer Posts & Home from Blogger

 Hide Posts Atom, Older, Newer Posts & Home from Blogger
Bloggers default pagination comes with Older, Newer and Home links which can be used to navigate to other pages or posts, well obviously there are many different CSS codes that can be used to change it to a nice eye candy navigation like we are using on our website, but in any case you wanna 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.
 Hide Posts Atom, Older, Newer Posts & Home from Blogger
1. Go to Blogger.com and Sign In to your Account.
2. Now choose your Blog and Navigate to Template > Edit HTML.
3. Now Press Ctrl + F for find out ]]></b:skin> and paste below codes right above it and click on save Template.

Remove Post Atom :

.feed-links, .blog-feeds {
display: none;
}

Remove Home Link :

.home-link {
display: none;
}

Remove Older Post Link :

.blog-pager-older-link {
display: none;
}

Remove Home & Older Post Link :

.blog-pager {
display: none;
}

Now paste any code from the following four options which you wanna hide and than enjoy those hidden links.

0 comments:

Post a Comment