Remove The "Subscirbe To: Posts (Atom)" link in the blog template follows the following steps :-
- Login to your Blogger Account.
- Go to Design > Edit HTML.
- Click on the Check box which says "Expand Widget Templates".
- Now Find the following line of code in your template ( Use Ctrl + F )
<b:include data='feedLinks' name='feedLinksBody'/>
- Delete this line
- Save your Template and the "Subscribe to: Posts(Atom)" link will be completely removed from your Blog.
If you want Revert The "Subscirbe To: Posts (Atom)" link in the blog template follows the following steps :-
- Login to your Blogger Account.
- Go to Design > Edit HTML.
- Click on the Check box which says "Expand Widget Templates".
- Now Find the following line of code in your template ( Use Ctrl + F )
<div class='blog-feeds'>
Now add the again this code below found line.
<b:include data='feedLinks' name='feedLinksBody'/>
Now you will again see the "Subscribe to: Posts(Atom)" link in the blog.
0 comments
Post a Comment
Thanks For Visit :)
Note: only a member of this blog may post a comment.