<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Uncommon Content</title>
	<atom:link href="http://uncommoncontent.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://uncommoncontent.com</link>
	<description>Making WordPress work for you.</description>
	<lastBuildDate>Tue, 12 Feb 2013 11:01:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Add taxonomy columns to admin Edit pages by Doris Pelger</title>
		<link>http://uncommoncontent.com/2010/08/17/add-taxonomy-columns-to-admin-edit-pages#comment-18382</link>
		<dc:creator>Doris Pelger</dc:creator>
		<pubDate>Tue, 12 Feb 2013 11:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://bajada.net/?p=4039#comment-18382</guid>
		<description><![CDATA[&lt;p&gt;You are a genius!
I admire people like you - this code is just what needed!
No need for a plugin - just entered it into the functions.php and it works like charm on Wordpress 3.51&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>You are a genius!
I admire people like you &#8211; this code is just what needed!
No need for a plugin &#8211; just entered it into the functions.php and it works like charm on WordPress 3.51</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set Twitter language for WordPress oEmbeds by Jennifer M. Dodd</title>
		<link>http://uncommoncontent.com/2012/11/11/set-twitter-language-for-wordpress-oembeds#comment-18375</link>
		<dc:creator>Jennifer M. Dodd</dc:creator>
		<pubDate>Wed, 12 Dec 2012 00:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://uncommoncontent.com/?p=8723#comment-18375</guid>
		<description><![CDATA[&lt;p&gt;Nice! Updated.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Nice! Updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set Twitter language for WordPress oEmbeds by Alex Mills</title>
		<link>http://uncommoncontent.com/2012/11/11/set-twitter-language-for-wordpress-oembeds#comment-18374</link>
		<dc:creator>Alex Mills</dc:creator>
		<pubDate>Tue, 11 Dec 2012 23:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://uncommoncontent.com/?p=8723#comment-18374</guid>
		<description><![CDATA[&lt;p&gt;To more effectively target just Twitter embeds, I&#039;d use &lt;code&gt;parse_url()&lt;/code&gt;. Something like this:&lt;/p&gt;

&lt;pre&gt;if ( &#039;twitter.com&#039; == parse_url( $url, PHP_URL_HOST ) ) {&lt;/pre&gt;

&lt;p&gt;Then you don&#039;t also match the rare but possible case where &quot;twitter.com&quot; is elsewhere in the URL.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>To more effectively target just Twitter embeds, I&#8217;d use <code>parse_url()</code>. Something like this:</p>

<pre>if ( 'twitter.com' == parse_url( $url, PHP_URL_HOST ) ) {</pre>

<p>Then you don&#8217;t also match the rare but possible case where &#8220;twitter.com&#8221; is elsewhere in the URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add custom post types to the Loop by sylverCode</title>
		<link>http://uncommoncontent.com/2012/01/28/add-custom-post-types-to-the-loop#comment-18288</link>
		<dc:creator>sylverCode</dc:creator>
		<pubDate>Tue, 09 Oct 2012 10:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://uncommoncontent.com/?p=8578#comment-18288</guid>
		<description><![CDATA[&lt;p&gt;Thanks a lot for the fix! You&#039;ve saved my sanity!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for the fix! You&#8217;ve saved my sanity!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Post Types In The Loop: Using `pre_get_posts`, Refined by Gökhan Özdemir</title>
		<link>http://uncommoncontent.com/2010/10/12/custom-post-types-in-the-loop-using-pre_get_posts-refined#comment-16160</link>
		<dc:creator>Gökhan Özdemir</dc:creator>
		<pubDate>Thu, 23 Aug 2012 16:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://bajada.net/?p=5013#comment-16160</guid>
		<description><![CDATA[&lt;p&gt;I was using the sw_custom_post_type_includes filter below to add custom post types to my archive page. And the navigation menu was resetting as if nothing is defined. It was just listing the pages of the site.&lt;/p&gt;

&lt;p&gt;http://pastebin.com/e2wCasR4&lt;/p&gt;

&lt;p&gt;(I give more detail to help someone find your solution too)
Thank you again.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I was using the sw_custom_post_type_includes filter below to add custom post types to my archive page. And the navigation menu was resetting as if nothing is defined. It was just listing the pages of the site.</p>

<p><a href="http://pastebin.com/e2wCasR4" rel="nofollow">http://pastebin.com/e2wCasR4</a></p>

<p>(I give more detail to help someone find your solution too)
Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Post Types In The Loop: Using `pre_get_posts`, Refined by Gökhan Özdemir</title>
		<link>http://uncommoncontent.com/2010/10/12/custom-post-types-in-the-loop-using-pre_get_posts-refined#comment-16159</link>
		<dc:creator>Gökhan Özdemir</dc:creator>
		<pubDate>Thu, 23 Aug 2012 16:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://bajada.net/?p=5013#comment-16159</guid>
		<description><![CDATA[&lt;p&gt;You definitely save my day! Wow. 
Thank you ;)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>You definitely save my day! Wow. 
Thank you <img src='http://uncommoncontent.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add custom post types to the Loop by adding an action to `pre_get_posts` by Dradl</title>
		<link>http://uncommoncontent.com/2010/06/08/add-custom-post-types-to-the-loop-by-adding-an-action-to-pre_get_posts#comment-16123</link>
		<dc:creator>Dradl</dc:creator>
		<pubDate>Wed, 22 Aug 2012 19:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://bajada.net/?p=3634#comment-16123</guid>
		<description><![CDATA[&lt;p&gt;You&#039;re a genius! Thanks so much!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re a genius! Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add custom post types to the Loop by drunkenadmin</title>
		<link>http://uncommoncontent.com/2012/01/28/add-custom-post-types-to-the-loop#comment-15982</link>
		<dc:creator>drunkenadmin</dc:creator>
		<pubDate>Mon, 20 Aug 2012 05:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://uncommoncontent.com/?p=8578#comment-15982</guid>
		<description><![CDATA[&lt;p&gt;While I haven&#039;t been working at it as long as you have, I had many tries at making my custom content type the way I wanted.  For weeks I just put up with it mostly working except for the previews, but with this code that works as well.  It looks like you&#039;ve finally nailed it, and I&#039;m most grateful.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>While I haven&#8217;t been working at it as long as you have, I had many tries at making my custom content type the way I wanted.  For weeks I just put up with it mostly working except for the previews, but with this code that works as well.  It looks like you&#8217;ve finally nailed it, and I&#8217;m most grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add custom post types to the Loop by Fix Broken Pagination in Wordpress 3.4 - Kharis Sulistiyono</title>
		<link>http://uncommoncontent.com/2012/01/28/add-custom-post-types-to-the-loop#comment-13348</link>
		<dc:creator>Fix Broken Pagination in Wordpress 3.4 - Kharis Sulistiyono</dc:creator>
		<pubDate>Sun, 24 Jun 2012 08:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://uncommoncontent.com/?p=8578#comment-13348</guid>
		<description><![CDATA[&lt;p&gt;[&#8230;] 1 Reference 2   Tags: custom post type, functions.php, pagination, Wordpress 3.4 Posted in Wordpress &#124; No [&#8230;]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&hellip;] 1 Reference 2   Tags: custom post type, functions.php, pagination, WordPress 3.4 Posted in WordPress | No [&hellip;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add post format support to Theme Hybrid via child theme by downward513</title>
		<link>http://uncommoncontent.com/2011/02/27/add-post-format-support-to-theme-hybrid-via-child-theme#comment-1177</link>
		<dc:creator>downward513</dc:creator>
		<pubDate>Sun, 01 Jan 2012 22:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://bajada.net/?p=5123#comment-1177</guid>
		<description><![CDATA[&lt;p&gt;thanks!&lt;/p&gt;

&lt;p&gt;I decided, since all of my syndicated posts were already categorized, to use clean conditionals instead of stripos:&lt;/p&gt;

&lt;p&gt;There&#039;s probably a more efficient way to achieve this but it&#039;s working for me now.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>thanks!</p>

<p>I decided, since all of my syndicated posts were already categorized, to use clean conditionals instead of stripos:</p>

<p>There&#8217;s probably a more efficient way to achieve this but it&#8217;s working for me now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
