<?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 on: Custom taxonomies in WordPress 2.8</title>
	<atom:link href="http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Wed, 23 May 2012 07:51:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How To Create Custom Taxonomies In WordPress &#124; Smashing WordPress</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-1401514</link>
		<dc:creator>How To Create Custom Taxonomies In WordPress &#124; Smashing WordPress</dc:creator>
		<pubDate>Sat, 28 Apr 2012 17:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-1401514</guid>
		<description>[...] “Custom Taxonomies in WordPress 2.8” [...]</description>
		<content:encoded><![CDATA[<p>[...] “Custom Taxonomies in WordPress 2.8” [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-1042040</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Tue, 03 Apr 2012 23:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-1042040</guid>
		<description>I was able to get a string replacement to work. For anyone who is interested this is what I ended up with:

&lt;pre&gt;&lt;code&gt;echo str_replace(&#039;Current&#039;,&#039;&#039; ,get_the_term_list( $post-&gt;ID, &#039;project-type&#039;, &#039;&#039;, &#039; &#039;, &#039;&#039; ));&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I was able to get a string replacement to work. For anyone who is interested this is what I ended up with:</p>
<pre><code>echo str_replace('Current','' ,get_the_term_list( $post-&gt;ID, 'project-type', '', ' ', '' ));</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-1041465</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Tue, 03 Apr 2012 22:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-1041465</guid>
		<description>Justin,

I am using your &quot;How to list a taxonomy’s terms for each post&quot; technique

&lt;pre&gt;&lt;code&gt;ID, &#039;people&#039;, &#039;People: &#039;, &#039;, &#039;, &#039;&#039; ); ?&gt;&lt;/code&gt;&lt;/pre&gt;

However I would like to be able to remove a specific taxonomy from the list. 

Specifically, several posts in my custom post type are marked with &#039;current&#039; as a taxonomy. 

When displaying the taxonomy terms for each post, if it is marked as current I do not want current to be displayed in the list.

I&#039;m thinking of trying to do a string replacement, but I&#039;ve never done that before so I am researching that now. 

Does anyone know how to accomplish this?</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>I am using your &#8220;How to list a taxonomy’s terms for each post&#8221; technique</p>
<pre><code>ID, 'people', 'People: ', ', ', '' ); ?&gt;</code></pre>
<p>However I would like to be able to remove a specific taxonomy from the list. </p>
<p>Specifically, several posts in my custom post type are marked with &#8216;current&#8217; as a taxonomy. </p>
<p>When displaying the taxonomy terms for each post, if it is marked as current I do not want current to be displayed in the list.</p>
<p>I&#8217;m thinking of trying to do a string replacement, but I&#8217;ve never done that before so I am researching that now. </p>
<p>Does anyone know how to accomplish this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitin niraj</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-594538</link>
		<dc:creator>nitin niraj</dc:creator>
		<pubDate>Mon, 06 Feb 2012 12:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-594538</guid>
		<description>very nice tutorial thank you very much</description>
		<content:encoded><![CDATA[<p>very nice tutorial thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Create Custom Taxonomies In WordPress &#124; Top website Designing Company in India</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-578579</link>
		<dc:creator>How To Create Custom Taxonomies In WordPress &#124; Top website Designing Company in India</dc:creator>
		<pubDate>Thu, 26 Jan 2012 22:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-578579</guid>
		<description>[...] “Custom Taxonomies in WordPress 2.8” [...]</description>
		<content:encoded><![CDATA[<p>[...] “Custom Taxonomies in WordPress 2.8” [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Create Custom Taxonomies In WordPress &#124; DigitalMofo</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-569718</link>
		<dc:creator>How To Create Custom Taxonomies In WordPress &#124; DigitalMofo</dc:creator>
		<pubDate>Fri, 20 Jan 2012 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-569718</guid>
		<description>[...] “Custom Taxonomies in WordPress 2.8” [...]</description>
		<content:encoded><![CDATA[<p>[...] “Custom Taxonomies in WordPress 2.8” [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Create Custom Taxonomies In WordPress &#124; Creative Web Design Agency</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-556622</link>
		<dc:creator>How To Create Custom Taxonomies In WordPress &#124; Creative Web Design Agency</dc:creator>
		<pubDate>Mon, 09 Jan 2012 11:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-556622</guid>
		<description>[...] “Custom Taxonomies in WordPress 2.8” [...]</description>
		<content:encoded><![CDATA[<p>[...] “Custom Taxonomies in WordPress 2.8” [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Create Custom Taxonomies In WordPress &#124; Web Design Course Brisbane: Next Course Sat 10th Dec 2011</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-554519</link>
		<dc:creator>How To Create Custom Taxonomies In WordPress &#124; Web Design Course Brisbane: Next Course Sat 10th Dec 2011</dc:creator>
		<pubDate>Sat, 07 Jan 2012 14:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-554519</guid>
		<description>[...] “Custom Taxonomies in WordPress 2.8” [...]</description>
		<content:encoded><![CDATA[<p>[...] “Custom Taxonomies in WordPress 2.8” [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Create Custom Taxonomies In WordPress @ @ Webgraphics.netai.netWebgraphics.netai.net</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-552745</link>
		<dc:creator>How To Create Custom Taxonomies In WordPress @ @ Webgraphics.netai.netWebgraphics.netai.net</dc:creator>
		<pubDate>Fri, 06 Jan 2012 01:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-552745</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28#comment-530350</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Fri, 23 Dec 2011 20:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1659#comment-530350</guid>
		<description>I know this is a couple years old, but it&#039;s still helpful. Thanks.</description>
		<content:encoded><![CDATA[<p>I know this is a couple years old, but it&#8217;s still helpful. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

