Sunday, August 26, 2012

Remove - Subscribe to: Posts (Atom)

  1. Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find:

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

Remove this line:
<b:include data='feedLinks' name='feedLinksBody'/>
That should remove Posts (Atom)

ေနာက္တစ္မ်ိဳး

  1. Go to Blogger Dashboard > Design tab > Edit HTML tab
  2. Check Expand Widget Templates checkbox
  3. Then serach for the following line of code and remove it.
    <b:include name='feedLinks'/>
  4. Finally Save Your template.

How to Hide this links By CSS?

There is another way to hide this links By CSS
You just copy the below code and paste it before ]]></b:skin> tag
.blog-feeds{display:none !important;}
 
 
ေနာက္တစ္မ်ိဳး

1.  Log in to blogger account > Go to Design >> Edit Html

2. Make sure added check mark in Expand Widget Templates

3.  Find this tag by using Ctrl+F

 <b:include name='feedLinks'/>

Delete code Blue you found.
4. Now click save template. you are done.
 

Labels: , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home