<?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 Justin Tadlock</title>
	<atom:link href="http://justintadlock.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Tue, 16 Mar 2010 18:34:51 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Showing custom post types on your home/blog page by silah oyunları</title>
		<link>http://justintadlock.com/archives/2010/02/02/showing-custom-post-types-on-your-home-blog-page#comment-181658</link>
		<dc:creator>silah oyunları</dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2283#comment-181658</guid>
		<description>super, thanks</description>
		<content:encoded><![CDATA[<p>super, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing custom post types on your home/blog page by illimar</title>
		<link>http://justintadlock.com/archives/2010/02/02/showing-custom-post-types-on-your-home-blog-page#comment-181653</link>
		<dc:creator>illimar</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2283#comment-181653</guid>
		<description>One thing I noticed with using the Wordpress dev version is that the edit post/page title has changed. It probaby is constructed something like this: &quot;Edit $post_type&quot;.

This is bad, because it doesn&#039;t take other more complex languages into account. 
For example, both finnish and estonian have over a dozen of different cases, and this  is one of the places where they are used.
For example, while editing a page, in estonian this would display &quot;Muuda leht&quot;, whereas it should be &quot;Muuda lehte&quot;.</description>
		<content:encoded><![CDATA[<p>One thing I noticed with using the Wordpress dev version is that the edit post/page title has changed. It probaby is constructed something like this: &#8220;Edit $post_type&#8221;.</p>
<p>This is bad, because it doesn&#8217;t take other more complex languages into account.<br />
For example, both finnish and estonian have over a dozen of different cases, and this  is one of the places where they are used.<br />
For example, while editing a page, in estonian this would display &#8220;Muuda leht&#8221;, whereas it should be &#8220;Muuda lehte&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s the little things that matter by Dreamsmaster</title>
		<link>http://justintadlock.com/archives/2010/02/07/its-the-little-things-that-matter#comment-181639</link>
		<dc:creator>Dreamsmaster</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2291#comment-181639</guid>
		<description>Being a programmer, the details is very important.I same opinion with you.And don&#039;t lisen everyone.</description>
		<content:encoded><![CDATA[<p>Being a programmer, the details is very important.I same opinion with you.And don&#8217;t lisen everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Custom Fields: Listing A Series Of Posts by Nathan B</title>
		<link>http://justintadlock.com/archives/2007/11/01/wordpress-custom-fields-listing-a-series-of-posts#comment-181629</link>
		<dc:creator>Nathan B</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/01/wordpress-custom-fields-listing-a-series-of-posts#comment-181629</guid>
		<description>Is there a way to show only the other items in the series--to exclude the title of the article you&#039;re currently viewing?</description>
		<content:encoded><![CDATA[<p>Is there a way to show only the other items in the series&#8211;to exclude the title of the article you&#8217;re currently viewing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom taxonomies in WordPress 2.8 by Nathan B</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-181628</link>
		<dc:creator>Nathan B</dc:creator>
		<pubDate>Tue, 16 Mar 2010 12:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-181628</guid>
		<description>OK, I found it in this other post of Justin&#039;s on custom taxonomies: http://bit.ly/9ldLdc :

&lt;?php $term = get_term_by( &apos;slug&apos;, get_query_var( &apos;term&apos; ), get_query_var( &apos;taxonomy&apos; ) ); echo $term-&gt;name; ?&gt;
&lt;?php echo term_description( &apos;&apos;, get_query_var( &apos;taxonomy&apos; ) ); ?&gt;</description>
		<content:encoded><![CDATA[<p>OK, I found it in this other post of Justin&#8217;s on custom taxonomies: <a href="http://bit.ly/9ldLdc" rel="nofollow">http://bit.ly/9ldLdc</a> :</p>
<p>&lt;?php $term = get_term_by( &apos;slug&apos;, get_query_var( &apos;term&apos; ), get_query_var( &apos;taxonomy&apos; ) ); echo $term-&gt;name; ?&gt;<br />
&lt;?php echo term_description( &apos;&apos;, get_query_var( &apos;taxonomy&apos; ) ); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing &#8220;sidebar&#8221; in WordPress by Tony</title>
		<link>http://justintadlock.com/archives/2009/02/14/replacing-sidebar-in-wordpress#comment-181586</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 16 Mar 2010 04:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1464#comment-181586</guid>
		<description>I&#039;d suggest &#039;auxiliary&#039;, or abbreviated to &#039;aux&#039;.
We use it for audio etc . . .

Otherwise, &#039;Supplementary&#039; is a good one.

auxBar? auxBlock?
suppBar? suppBlock?</description>
		<content:encoded><![CDATA[<p>I&#8217;d suggest &#8216;auxiliary&#8217;, or abbreviated to &#8216;aux&#8217;.<br />
We use it for audio etc . . .</p>
<p>Otherwise, &#8216;Supplementary&#8217; is a good one.</p>
<p>auxBar? auxBlock?<br />
suppBar? suppBlock?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Everything you need to know about WordPress 2.9&#8217;s post image feature by Nuevo en Wordpress 2.9: Miniaturas de Entrada (Post Thumbnails) &#124; emenia.es</title>
		<link>http://justintadlock.com/archives/2009/11/16/everything-you-need-to-know-about-wordpress-2-9s-post-image-feature#comment-181562</link>
		<dc:creator>Nuevo en Wordpress 2.9: Miniaturas de Entrada (Post Thumbnails) &#124; emenia.es</dc:creator>
		<pubDate>Mon, 15 Mar 2010 21:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2126#comment-181562</guid>
		<description>[...] de Wordpress 2.9 Mark Jaquith: New in WordPress 2.9: Post Thumbnail Images Justin Tadlock: Everything you need to know about WordPress 2.9’s post image feature   Comparte este artículo en tu red [...]</description>
		<content:encoded><![CDATA[<p>[...] de Wordpress 2.9 Mark Jaquith: New in WordPress 2.9: Post Thumbnail Images Justin Tadlock: Everything you need to know about WordPress 2.9’s post image feature   Comparte este artículo en tu red [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s the little things that matter by Isabel de los Rios</title>
		<link>http://justintadlock.com/archives/2010/02/07/its-the-little-things-that-matter#comment-181530</link>
		<dc:creator>Isabel de los Rios</dc:creator>
		<pubDate>Mon, 15 Mar 2010 15:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2291#comment-181530</guid>
		<description>I&#039;ve always invested a lot of time into correcting these little things for one simple reason: they drastically reduce support questions. The more time you invest in correcting little things, the more time you&#039;ll save in the future by having to answer less questions.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always invested a lot of time into correcting these little things for one simple reason: they drastically reduce support questions. The more time you invest in correcting little things, the more time you&#8217;ll save in the future by having to answer less questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rule #1: The guide to WordPress SEO by Ganapathy</title>
		<link>http://justintadlock.com/archives/2009/03/28/rule-1-the-guide-to-wordpress-seo#comment-181500</link>
		<dc:creator>Ganapathy</dc:creator>
		<pubDate>Mon, 15 Mar 2010 12:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1579#comment-181500</guid>
		<description>Hi Justin,

I am a newbie blogger. I am going to take your word (content is king) because I am not a techie to do more. (I have done the basics though, some plugins, widgets and so on)</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>I am a newbie blogger. I am going to take your word (content is king) because I am not a techie to do more. (I have done the basics though, some plugins, widgets and so on)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s the little things that matter by imergent63</title>
		<link>http://justintadlock.com/archives/2010/02/07/its-the-little-things-that-matter#comment-181493</link>
		<dc:creator>imergent63</dc:creator>
		<pubDate>Mon, 15 Mar 2010 11:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2291#comment-181493</guid>
		<description>Congrats, it takes a lot of patience to continue writing in a blog every week and keep coming up with new material. Keep blogging.</description>
		<content:encoded><![CDATA[<p>Congrats, it takes a lot of patience to continue writing in a blog every week and keep coming up with new material. Keep blogging.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
