Having
a blog is not enough but little designing is necessary to make your blog an
attractive blog. There is no need of huge design unless you are a professional
or expert in web development. However, in this article I will teach you the
easiest way to remove or disable the Home link that appears in a blogger
template for your blog.

I
always remind bloggers like you to always backup the template before proceeding
with any type of edit or change to the template. This will help you to get back
to the original one if there is any type of error.
Just
like what I have given the steps in the article related the removing of
Post-Atom so too is applied here. Remember this code for future reference:
#blog-pager{display:none;}
Copy
it and then go to the Theme option available in the Blogger Dashboard
and click the Customise option, find the Advanced option and then
the Add CSS option then paste the code and save it.
Another
way of doing this is by editing the html codes. From the Blogger Dashboard go
to Theme and then Edit HTML. Press Ctrl+F from the keyboard to display the
search box. Once it displayed find out this code ]]>
Once
you find the code code ]]>
you must paste the code copied
earlier just before code ]]> and then save template.