A Subscribe to: Posts (Atom) link is always below every post or page on blogger template near page navigation. Below is a screenshot of how it usually looks on blogger:
How to Remove or Hide Subscribe to: Posts (Atom) |
The Subscribe to: Posts (Atom) link can be easily remove or hidden on blogger by either removing the link completely or hiding it in your blogger template with a CSS code.
How to Remove the Subscribe to: Posts (Atom) link on Blogger
==> Go to Blogger Dashboard >> Template
==> Then search for <b:include name='feedLinks'/>
tag in your template and remove it.
==> Now Save your Template.
How to Hide the Subscribe to: Posts (Atom) link on Blogger With CSS
==> Go to Blogger Dashboard >> Template >> Edit HTML tab
==> Then paste the code below immediately before the ]]></b:skin>
tag
.blog-feeds{display:none !important;}