Blogger hack on removing the
irritating "newer posts" and "older posts" link shown after the end of
the post is what i am writing about. This blogger hack belongs to Annie
of Blogger university and i am putting this blogger hack here as it may reach to the readers who don't know about her blog.
To remove "Newer posts" and "older post" is easy. It also removes "home" link from the buttom of the page. Firstly search this code in your blogs Edit HTML section:
Now replace that code with the following code:
Save the template and thank to Annie, you are done. By the help of this blogger hack, you will never see those links in your blog again.
To remove "Newer posts" and "older post" is easy. It also removes "home" link from the buttom of the page. Firstly search this code in your blogs Edit HTML section:
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
Now replace that code with the following code:
#blog-pager-newer-link {
display: none;
}
#blog-pager-older-link {
display: none;
}
#blog-pager {
display: none;
}
Save the template and thank to Annie, you are done. By the help of this blogger hack, you will never see those links in your blog again.
No comments:
Post a Comment