Today In This Tutorial You Will Learn How To Remove Subscribe To: Posts(Atom) From Your Blog. This Link Is Generated In Blogger Template By ...
Today In This Tutorial You Will Learn How To Remove Subscribe To: Posts(Atom) From Your Blog. This Link Is Generated In Blogger Template By Default. To Remove This Follow These Simple Steps.
<b:includable id='feedLinksBody' var='links'/>
- Login To Blogger Account.
- Click Blog Title → Template → Edit HTML.
- Click Proceed Button.
- Tick The Check Box Expand Widget Templates.
- Now Search The Following Code In Your Template.
<b:includable id='feedLinksBody' var='links'>This Code Is Present In Almost All Blogger Templates By Default. To Remove Subscribe To: Posts (Atom) Replace The Above Code With The Code Below.
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>
<b:includable id='feedLinksBody' var='links'/>
No comments: