<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Hacks &#187; Comments Feed</title>
	<atom:link href="http://wphacks.com/tag/comments-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To: Setting Up Auto-Discovery for Your WordPress Feeds</title>
		<link>http://wphacks.com/how-to-setting-up-auto-discovery-for-your-wordpress-feeds/</link>
		<comments>http://wphacks.com/how-to-setting-up-auto-discovery-for-your-wordpress-feeds/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 09:00:25 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Comments Feed]]></category>
		<category><![CDATA[RSS Feed]]></category>
		<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>

		<guid isPermaLink="false">http://wphacks.com/how-to-setting-up-auto-discovery-for-your-wordpress-feeds/</guid>
		<description><![CDATA[Have you ever noticed that many next generation web browsers will often detect a blog&#8217;s feed by displaying a feed icon on the right side of the address bar?  This is something many estabalished sites have taken the time to set up to encourage feed subscribers, but something that most WordPress themes don&#8217;t do by default.   [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed that many next generation web browsers will often detect a blog&#8217;s feed by displaying a feed icon on the right side of the address bar?  This is something many estabalished sites have taken the time to set up to encourage feed subscribers, but something that most WordPress themes don&#8217;t do by default.  </p>
<p>In order to instruct next generation web browsers to automatically detect your WordPress blog&#8217;s feed(s), you&#8217;ll simply need to do is make a quick modification to your header.php file and add the following code:</p>
<p><code>&lt;link rel="alternate" type="application/rss+xml" title="&lt;?php bloginfo('name'); ?&gt; RSS Feed" href="&lt;?php bloginfo('rss2_url'); ?&gt;" /&gt;</code></p>
<p><code>&lt;link rel="alternate" type="application/rss+xml" title="&lt;?php bloginfo('name'); ?&gt; RSS Comments Feed" href="&lt;?php bloginfo('comments_rss2_url'); ?&gt;" /&gt;</code></p>
<p>If your theme already has the first code in place for the RSS Feed, then you&#8217;ll just need to paste the second set of code in to display your RSS Comments Feed.  You can also swap out the PHP code and instead use your Feedburner feed address if you&#8217;d like.</p>
<p>If you aren&#8217;t sure if you should bother to do this or not, never underestimate the power of suggestion.  It is an unobtrusive way to promote your RSS Feed and Comments Feed while not using up any valuable screen real estate.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=70&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/how-to-setting-up-auto-discovery-for-your-wordpress-feeds/">How To: Setting Up Auto-Discovery for Your WordPress Feeds</a>  © 2007 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/how-to-setting-up-auto-discovery-for-your-wordpress-feeds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

