How to Remove SUBSCRIBE TO POSTS (ATOM) from blog post page


 photo subscribe-button_zps90395f24.jpg
There are two Subscribe to post links are there. One you will find from blogger home page and another you will find from blog individual post page. Here I just wanted to explain you how to delete Subscribe to posts (ATOM) from blogger home page as well as post page. Initially I struggled to remove that, after that get to know how to remove stuffs. Many people trying to delete that link from there home and post page. So, I gave my experience here.

The below steps will explain you how to remove subscribe to post from your blogger home page.

Step 1: Login to Blogger

Step 2: Open Template tab and click Edit Template

Step 3: Search the below line in your HTML content

<b:include data='feedLinks' name='feedLinksBody'/>


Step 4: You will find the below set of 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>

Step 5: From above code you need to delete below single line.

<b:include data='feedLinks' name='feedLinksBody'/>


Step 6: That's it. Going forward you wont see SUBSCRIBE TO POSTS (ATOM) in your blogger home page.


The below steps will explain you how to remove subscribe to post from your blog post page.

Step 1: Login to Blogger

Step 2: Open Template tab and click Edit Template

STep 3: Search the below line in your HTML content

<b:include data='post.feedLinks' name='feedLinksBody'/>


Step 4: You will find the below set of code

     <b:loop values='data:posts' var='post'>
        <b:if cond='data:post.allowComments'>
          <b:if cond='data:post.feedLinks'>
           <b:include data='post.feedLinks' name='feedLinksBody'/>
          </b:if>
        </b:if>
      </b:loop>

Step 5: From above code you need to delete below single line.

<b:include data='post.feedLinks' name='feedLinksBody'/>


Step 6: That's it. Going forward you wont see SUBSCRIBE TO POSTS (ATOM) in your blog post page.


Enjoy!!!

4 comments:

  1. Its a great pleasure reading your post.Its full of information I am looking for and I love to post a comment that "The content of your post is awesome" Great work. best backlink gig fiverr alternatives

    ReplyDelete
  2. This is a great inspiring article.I am pretty much pleased with your good work.You put really very helpful information. Keep it up. Keep blogging. Looking to reading your next post. Niche nofollow links

    ReplyDelete