Sometimes we really feel annoy when we see the Post Atoms Link at the bottom of our blogspot. I am also one that want to remove it from my blogspot, but I have no idea to solve that. But today I just found it so I will write a post about about removing Post Atoms Link from our blog.
There are three ways to remove Post Atoms Link. So I will show you as following.
First Way
- now sing in to your blog account and then go to Settings > other
- Then look for Allow Blog Feed and change its option from Full => None
- Then press Save Settings at the top left.
- That's it.
Second Way
- Go to Template > Edit HTML > Click on Expand Widget Templates to see full code
- Click anywhere inside the code area, then press Ctrl + F on keyboard to open blog search box then type ]]></b:skin> in that search box
- The final is just add below code above ]]></b:skin>
.feed-links{
display:none;
}
- Then press Save Templates and then that's it.
Third Way
- Go to Template > Edit HTML > Click on Expand Widget Templates to see full code
- Then press Ctrl + F on keyboard to open blog search box code then copy below code
- Then remove it and click Save Template to save the changes.
Now you and your visitors can enjoy with your nice blog forever.
Post a Comment