Hi Friends,I was just just wondering if there is a code on how to remove the feed link at the bottom of a post, the one which says Post (Atom). Without affecting anything.
Follow This Setups
1. Login to Your Blogger Account.
2. Go To Design TAB.
3. Click Edit HTML
4. Click "Expand Widgets Templates"
5. Find (Ctrl+F)
<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>
6. Remove This Line From Blogger
<b:include data='feedLinks' name='feedLinksBody'/>
7. Click Save Template
Your Subscribe to: Posts (Atom) has Been removed
Follow This Setups
1. Login to Your Blogger Account.
2. Go To Design TAB.
3. Click Edit HTML
4. Click "Expand Widgets Templates"
5. Find (Ctrl+F)
<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>
6. Remove This Line From Blogger
<b:include data='feedLinks' name='feedLinksBody'/>
7. Click Save Template
Your Subscribe to: Posts (Atom) has Been removed
No comments:
Post a Comment