Here are the steps on how to fix this:
1. Delete old auto-discovery - To do this find in the HTML of your template:
< b:include data="blog" name="all-head-content">
and change it to this<!-- < b:include data="'blog'" name="'all-head-content'/"> -->
2. Add your auto-discovery - To do this add this to the head section of your template.
<link href="FEEDBURNER-FEED" rel="alternate" title="FEED-TITLE" type="application/rss+xml">
Next, change the FEEDBURNER-FEED and FEED-TITLE to the feed and title from feedburner.
UPDATE: Thanks to blogger, my first post didnt display the old auto-discovery correct. It should be fixed now.
No comments:
Post a Comment