This quick guide will show how to add the RSS feed icon for your feeds to every page you place the code in. The feed icon can point to any RSS feed and will be on the right side of the address bar.
Place this in the head of your pages, Anywhere below the <head> tag and above the </head> tag.
If you have different areas of your site, and a separate feed for each, You can simply paste that code into every page on your site, Changing the feed url to the correct url for that site area's feed.
Code: [Select]
<link rel="alternate" type="application/rss xml" title="GeekIMO.com RSS" href="http://feeds2.feedburner.com/GeekIMO" />Place this in the head of your pages, Anywhere below the <head> tag and above the </head> tag.
If you have different areas of your site, and a separate feed for each, You can simply paste that code into every page on your site, Changing the feed url to the correct url for that site area's feed.


Logged