
Here I just wanted to explain you how to delete Subscribe to posts (ATOM) from blogger home 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 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.
Enjoy!!!
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: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.
Enjoy!!!
No comments:
Post a Comment