How to Remove Subscribe to Posts (Atom) in Blogger
- Goto blogger dashboard.
- Template >> Edit HTML
- Find the below code by pressing Ctrl+F
<b:include name='feedLinks'/>
OR
<b:include data='feedLinks' name='feedLinksBody'/>
- Remove it and save your template.
Remove Subscribe to Posts (Atom) in Blogger with CSS Code.
- Goto blogger dashboard.
- Template >> Edit HTML
- Find ]]>< code in the template by pressing Ctrl+F
- Paste the below piece of code just above/before ]]><
.feed-links { display:none !important; }
- Once you added CSS code in blog template click on save button.
- Now Check your blog that Subscribe to Posts (Atom) in Blogger has been removed.
0 comments :
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.
Post a Comment