Wednesday, December 16, 2015

How to Remove "Subscribe to Atom" & "Subscribe to Posts"

Since I have lot of blogs that are not custom always to meet the "Subscribe to Atom"or "Subscribe to Atom"
Actually not really worth a  thing and even bother because you have a million options to subscribe


For those who don't know, let me show you how to get rid of it:


First to get rid of Atom 
1. Go to template --> Edit HTML --> Click Ctrl +F to find next code
<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 
<b:include data='feedLinks' name='feedLinksBody'/>


That's all for "Posts Atom" - no more POSTS to show

Now let's find "Comments Atom"


Image can be very tricky, it's hard to see if you looking something fast. It is slightly diference between "Post Comments" and "Posts (Atom) barelly can see diference.

For this, find next code ( It wan't harm your blogger, no worry)

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

Remove entire line and you will not see code anymore.

That's all. Hope it's usefull for someone

Previous Post
Next Post