In Blogger, there is a link namely "Subscribe to: Posts (Atom)" which appears below every post sometimes at left side or at center. It also appears on Blog'e home page. By clicking this link a visitor can subscribe to your RSS feeds. but instead of this unnatural link, there are many other awesome ways to give visitor the opportunity to subscribe to your blog feeds.
Earn Money by clicking ads
Mostly people, especially new blogger users dislike this link. They want to make their blog more beautiful and shiny. So and therefore, they want to remove this link as quickly as they find a solution for it. There are many tricks have been shared on the internet about this issue. But the one I'm going to share, is the easiest method to remove this link from your blog. Let's now come straight to the solution.
Use Related Posts Widget in Blogger/Blogspot
You can remove this link by using many tricks, but this is the simplest & quickest method, because by using this method we will just hide it from our blog by using CSS property. You'll have to add just one single CSS line to your blog's style sheet and that's all. Now follow the steps to do this:
You would also like to use: Social Media Sharing Buttons in Blogger.
Earn Money by clicking ads
Mostly people, especially new blogger users dislike this link. They want to make their blog more beautiful and shiny. So and therefore, they want to remove this link as quickly as they find a solution for it. There are many tricks have been shared on the internet about this issue. But the one I'm going to share, is the easiest method to remove this link from your blog. Let's now come straight to the solution.
Use Related Posts Widget in Blogger/Blogspot
How to Remove Subscribe to: Posts (Atom) Link on Blogger?
You can remove this link by using many tricks, but this is the simplest & quickest method, because by using this method we will just hide it from our blog by using CSS property. You'll have to add just one single CSS line to your blog's style sheet and that's all. Now follow the steps to do this:
You would also like to use: Social Media Sharing Buttons in Blogger.
- Log-in to your blog
- Template >> HTML >> Proceed
- Search For this code ]]></b:skin> (tip: Use CTRL+F)
- Now Just above/before ]]></b:skin> insert following code
.feed-links { display:none !important; }Save your template and view your blog. Feed Atom link will no longer be there.
No comments:
Post a Comment