REMOVE OLDER POSTS AND NEWER POSTS LINK IN BLOGGER
Follow these step by step instructions :-
1. GO to Layout > Edit HTML > Expand widget templates
2.Press ctrl + F and search for the following code:-
3.Replace it woth the one given below:-
Reverse it if you dont like it.
1. GO to Layout > Edit HTML > Expand widget templates
2.Press ctrl + F and search for the following code:-
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
3.Replace it woth the one given below:-
#blog-pager-newer-link {
display: none;
}
#blog-pager-older-link {
display: none;
}
#blog-pager {
display: none;
}
Reverse it if you dont like it.
0 comments:
Post a Comment