SUBSCRIBE TO: POSTS (ATOM) အား ဖ်က္ပစ္နည္းျဖစ္ပါသည္။
( How to remove subscribe to posts (atom) )
- Go to Template > Edit HTML
- Find: HTML အကြက္ထဲတြင္ click တစ္ခ်က္ႏွိပ္ျပီး ( Ctrl + F ) ကိုႏိွပ္လိုက္ပါ search အကြက္ထဲတြင္<b:include data='feedLinks' name='feedLinksBody'/> ကို စာရုိက္ထည္ ့ျပီး Enter ႏိွပ္ပါ။
ေအာက္ေဖာ္ျပပါစာသားမ်ားအားရွာေဖြပါ။
<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'/>
အနီေရာင္ျပထားေသာစာသားမ်ားအား ဖ်က္ပစ္လိုက္ပါ ။
and then save .
ျပီးလ်ွင္ save ေပးလိုက္ပါ။
That should remove Posts (Atom).