The basic blog template will always contain "Subscribe to: Posts(Atom)" feed links on the blog when its initially created using a template.This is no where relevant to the your blog. So we need to remove the code related to this from our blog template before publishing the blog.
Let us see the process of removing "Subscribe to Posts(Atom)" from blogger.
1. Go to Blog Dashboard -> Template -> Edit HTML
2. Search for the below code
]></b:skin>
3. Copy and paste the below code immediately Before (or Above) ]]></b:skin>
.feed-links {display: none !important;}
NOTE: here "display:none !important" means => do not display any and displaying them is not important.
4. Save the Template and View blog to see the changes.
Example:
Before removing "Subscribe to Posts(Atom)" from blogger
After removing "Subscribe to Posts(Atom)" from blogger
If you like the post, take a couple of minutes to comment and share.
Your comments are most valuable and would help me come up with better posts.
Let us see the process of removing "Subscribe to Posts(Atom)" from blogger.
1. Go to Blog Dashboard -> Template -> Edit HTML
2. Search for the below code
]></b:skin>
3. Copy and paste the below code immediately Before (or Above) ]]></b:skin>
.feed-links {display: none !important;}
NOTE: here "display:none !important" means => do not display any and displaying them is not important.
4. Save the Template and View blog to see the changes.
Example:
Before removing "Subscribe to Posts(Atom)" from blogger
After removing "Subscribe to Posts(Atom)" from blogger
If you like the post, take a couple of minutes to comment and share.
Your comments are most valuable and would help me come up with better posts.
0 comments:
Post a Comment