Pages

How to Remove: Subscribe to Post Comments (Atom)

While most people remove the subscribe to posts (atom) link from their blog, it is easy to forget that there is another subscribe button on each individual post called 'subscribe to post comments (atom).' It is just as easy to remove as subscribe to posts, it just takes removing a separate section of code.



 1) Go to Template > Edit HTML

2) Click anywhere in the HTML script and press ctrl+F to open up finder


3) Copy and past the code below in the search box and delete it.

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

Goodbye subscribe button.

Still have the subscribe to to posts (atom) link? 
Follow this tutorial to remove it!