By default Subscribe to: Posts (Atom) will be present in the blogger. Some of you might not like this link to be present in your blog. Then you need to follow the below mentioned steps to remove it. Your blog looks neater after removing it.
To remove the link go to Template section in the Blogger Dashboard and click on Edit HTML button.
Now HTML editor gets displayed. Place the cursor inside HTML editor ( can be placed anywhere ) and press CTRL + F ( hold the ctrl button and press the f character on keyboard ).
In the search bar displayed at the top right corner in the editor, type feedlinks and press Enter button on keyboard.
It will highlight feedlinks in HTML editor.
Now comment the line as shown below
Click on Save template.
You blog is ready now with this update.
Visit your blog and see the changes.
To remove the link go to Template section in the Blogger Dashboard and click on Edit HTML button.
Now HTML editor gets displayed. Place the cursor inside HTML editor ( can be placed anywhere ) and press CTRL + F ( hold the ctrl button and press the f character on keyboard ).
In the search bar displayed at the top right corner in the editor, type feedlinks and press Enter button on keyboard.
It will highlight feedlinks in HTML editor.
<!-- feed links --> <b:include name='feedLinks'/>
Now comment the line as shown below
<!-- feed links --> <!-- <b:include name='feedLinks'/> -->
Click on Save template.
You blog is ready now with this update.
Visit your blog and see the changes.