Under every post on Blogger, there is a
Subscribe to posts(atom) link. This link is a RSS feed subscription
link. The default postion of the link is under the page navigation.
Blogger has only the default text on their template.
1. login to your blogger account and go to the template
2. Select the Template menu > Edit HTML > Proceed > Click on Expand Widget Templates.
(to facilitate the search press Ctrl + F)
<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>
<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>
Delete this code save,Done.
Another way :2
Find this
code ]]></b:skin> make it
easier to find the code, use CTRL + F to do a search quickly.
When it is
found, copy and paste this script right above the code ]]></b:skin>
.feed-links{display:none;}
and save.