If you prefer to have this link hidden, two pretty easy techniques are as follows.
Technique #1. Using CSS.
1. Go to EDIT HTML Page.2. Search for ]]></b:skin>. Above it, insert the following codes.
.feed-links {
display:none;
}
3. Save Template.
Technique #2. Using "Expand Widget Templates" Mode.
1. Go to EDIT HTML page.2. Switch to "Expand Widget Templates" mode by ticking the box.
3. Press Ctrl + F to show search bar. Type the following on the search box.
<b:include data='feedLinks' name='feedLinksBody'/>
4. You'll see a section similar to this.
<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>
Delete the highlighted line.
5. Save template.
<< 1 Shared Thought >>
March 10, 2013 at 4:10 PM
Thank you so much for this helpful post. I could customize this successfully in my blog :) Keep up the good work!
back to share