Subscribe Search to itis123
Subscribe
Via RSS By RSS
Via Mail By Mail

Saturday, January 17, 2009

How to hide "Subscribe to: Posts (Atom)"

At the end of your blog you may see like "Subscribe to: Posts (Atom)". It's used for your readers to subscribe to your Blog posts. If you use Feed Burner, you don't need that. Feed burner is enough to do it more nicely. So, many people prefers not to use this or hide this or delete this.
Hiding "Subscribe to: Posts (Atom)" is very easy and very simple. Just follow the following steps:
  1. Log in to "www.blogger.com" and go to Dashboard.
  2. Select Layout
  3. Select Edit HTML
  4. Now fine the line: ]]></b:skin> </head> [you may use Ctrl+F to find that ]
  5. Insert .feed-links { display:none; } before that line (line which you find in step 4)
  6. Click SAVE TEMPLATE
Final outlook of the template code:

***************************************************************
.feed-links { display:none; }
]]></b:skin> </head>


***************************************************************

That's all for hiding or deleting "Subscribe to: Posts (Atom)". Check your blog. There is not "Subscribe to: Posts (Atom)". In this way, you can easily hide or remove Subscribe to: Posts (Atom)" from your blog.

Pictorial Explanation:




Hope, you enjoy blogging

2 comments:

  1. Thanks, great post. Very easy to implement, I have done it to my blogs ;)

    ReplyDelete
  2. I was just thinking to myself how much I had that little blurb - it really messes up the flow of my blog. Thanks so much for posting this!

    ReplyDelete