how to remove Subscribe To Post (Atom) At bottom
Hi Friends how to remove the feed link at the bottom of a post, the one which says Post (Atom). Without affecting anything.
Hi Friends how to remove the feed link at the bottom of a post, the one which says Post (Atom). Without affecting anything.
- Go to dashboard/ template/ edit HTML
- Click the 'Expand Widgets Templates' box
- Find:
<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>
Remove this line:
That should remove Posts (Atom).<b:include data='feedLinks' name='feedLinksBody'/>
For more Tips visit Tips2tech
Kindly Share This With Yours Friends.
0 comments
Post a Comment