Replace "Subscribe to: Posts (Atom)" With "Subscribe to: Posts (RSS)"


Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Then, Scroll down to where you see this code in the template.

<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>
Now, Replace the above code with this:
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url + "?alt=rss"' type='application/rss+xml' target='_blank'><data:f.name/> (RSS)</a>
</b:loop>
</div>
</b:includable>
Now click Save Template and you are done.

4 comments so far:

Udaya said...

Thanks for this post,it is working fine

FreeMoneyMaker said...

Thanks dear for this nice info.I had sent you a mail replying yours,but you don,t replied back.Please if you are not busy right now,reply me,thanks.

Admin said...

@FreeMoneyMaker

Due to Terrible Exams ahead I will be extremely busy for some weeks. I apologize for no replies to queries and kindly bear with me for some days.

FreeMoneyMaker said...

Its ok,I will wait for your response.Good luck for your exam.

Post a Comment

 
Royal Tutor © 2011 | Privacy Policy | Powered by Blogger | Back to top