Post Thu Dec 03, 2009 3:01 pm

How to Remove Subscribe to: Posts (Atom) Under Posts

What is This???

This text appears by default on all Blogger templates under your posts. It is normally annoying for most of the users but you can easily remove it.

How to Remove it???

You can easily remove it by following these simple steps.

1- Go to "Page Elements" and then "Edit HTML".

2- Check the "Expand Widget Templates".

3- Find the following code...
  Code:
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>


4- The code above generates "Subscribe to: Posts (Atom)", so you can do two things here. Either you can delete this code or you can hide this code by making it a comment.

5- To completely remove the code, delete everthing in between

  Code:
<b:includable id='feedLinksBody' var='links'>
<-- Remove all code -->
</b:includable>


so your result would look something like this...

  Code:
<b:includable id='feedLinksBody' var='links'>
</b:includable>


http://www.mixhunt.com/2009/11/how-to-remove-subscribe-to-posts-atom.html