Log in to your blogger dashboard. Go directly to Design> Edit HTML and search for the text below:
#blog-pager-newer-link {Now change a little on the above code with this code I written below:
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
#blog-pager-newer-link {You might understand that we are actually hiding those link with a simple line "display:none:". It don't delete the links. If you really want to delete those 'Newer' and 'Older' Posts links from your blog then delete the first code from your blog html page.
float: left;
display: none;
}
#blog-pager-older-link {
float: right;
display: none;
}
#blog-pager {
text-align: center;
display: none;
}
If you want to get back those link again. Then just remove the simple line "display:none" from blogger html page. Links will be visible in your blog again.
thanks maxim, i did it, hey there's no problem with your grammar, in the world of blogging, the important is you are easily to understand, share your point of views, express your emotions and blog in your own style, that would be fine, rather than, we are sounding like a pro. Thanks for this tutotial maxim, keep it up!
ReplyDeleteThank you!! Helped me a lot :)
ReplyDelete