Friday, December 31, 2010

பிளாக்கர் இல் post atom என்ற பகுதியை எப்படி நீக்குவது

. நமது பிளாக்கர் இல் கீழ் பகுதியில் post atom என்ற பகுதியை நீங்கள் பார்த்து இருப்பீர்கள் அதை எப்படி நான் நீக்குவது பற்றி இன்று பார்ப்போம் நண்பரே ..
Blogger Basics
  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'/>

No comments:

Post a Comment