1. Go to dashboard >> Layout >> Edit HTML >> Expand Widget Templates
2. Find code below
<b:includable id='feedLinks'>
<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>
3. Now delete the red code and you're done.
0 comments:
Post a Comment