Tagged under:

Remove Subscribe to Atom links from your Blogger Blog Completely


I have already posted how to remove Subscribe to atom link in homepage of the Blogger in my past post. Click Here to move to that post.

If you want to remove the Subscribe to Atom link Completely then follow the below procedures..

Step 1: Go to your dashboard.

Step 2: Select template --> Edit HTML.

Step 3: Find the following links using (Ctrl+F) option and delete it.

<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>

Save your template. Thats it you are done :)

0 Comment Here: