How to Disable Feed Link or Post (Atom)?


if you use new blogger interface, you can disable your feed link or post(atom) below:
1. go to dashboard/ template/ editHTML
2. click process and check the Expand Widget Templates
3. find code below:



<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>


4. remove code below
<b:include data='feedLinks' name='feedLinksBody'/>


5. view your blog ^_^