<?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: Creating a page template that lists all of your WordPress taxonomies</title>
	<atom:link href="http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:32:55 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-158586</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 23 Oct 2009 19:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-158586</guid>
		<description>Sorry, I retract my question. I should have read this more carefully: http://justintadlock.com/archives/2009/03/13/page-templates-the-untapped-potential-of-wordpress

I&#039;m not really good at following instructions. For other ADD people like myself, it&#039;s just a page that you need to create, and assign that to a template taxonomy-actors.php or something. Then in that template you can do whatever you want with a Loop, static text, clouds, other tomfoolery, etc.

If I create an /actors page, and I have /actor/tom-hanks... would it be useful to have an /actor (singular) page as well and that points to the same template? That way I could avoid some 404s. Or I guess it could be a rewrite rule to permanently force the /actors URL.</description>
		<content:encoded><![CDATA[<p>Sorry, I retract my question. I should have read this more carefully: <a href="http://justintadlock.com/archives/2009/03/13/page-templates-the-untapped-potential-of-wordpress" rel="nofollow">http://justintadlock.com/archives/2009/03/13/page-templates-the-untapped-potential-of-wordpress</a></p>
<p>I&#8217;m not really good at following instructions. For other ADD people like myself, it&#8217;s just a page that you need to create, and assign that to a template taxonomy-actors.php or something. Then in that template you can do whatever you want with a Loop, static text, clouds, other tomfoolery, etc.</p>
<p>If I create an /actors page, and I have /actor/tom-hanks&#8230; would it be useful to have an /actor (singular) page as well and that points to the same template? That way I could avoid some 404s. Or I guess it could be a rewrite rule to permanently force the /actors URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-158501</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 23 Oct 2009 08:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-158501</guid>
		<description>I&#039;m still trying to figure out how to make the taxonomy page show up. Could you give me any tips? Like if I had /actor/tom-hanks, I know how to do that. But what if I want a page called /actors that lists all actors?</description>
		<content:encoded><![CDATA[<p>I&#8217;m still trying to figure out how to make the taxonomy page show up. Could you give me any tips? Like if I had /actor/tom-hanks, I know how to do that. But what if I want a page called /actors that lists all actors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connex Enviromental</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-153588</link>
		<dc:creator>Connex Enviromental</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-153588</guid>
		<description>Thanks for the tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coafuri</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-152742</link>
		<dc:creator>Coafuri</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-152742</guid>
		<description>Good tip. I replace my plugin with your script. Very easy. Now i have only 24 Plugins.</description>
		<content:encoded><![CDATA[<p>Good tip. I replace my plugin with your script. Very easy. Now i have only 24 Plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Knat</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-139526</link>
		<dc:creator>Knat</dc:creator>
		<pubDate>Mon, 13 Jul 2009 08:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-139526</guid>
		<description>Hi, thanks for all your great Wordpress guides.

I&#039;ve been reading your guides about Taxonomies quite a few times now.

I have a movie site and i want taxonomies for Actors, Directors and Studio.

This works fine so far, i can even get all actors to show using the tag_cloud.

My biggest problem is that all my taxonomies (when clicked) end in 404 Not Found.

Do i need to make some kind of template for the taxonomy ? or do i have to make a template for each term inside the taxonomy ? That would be a lot of templates if i had to do that for each actor.

Can you please point me in the right direction.. i want to show all movies with that actor if the actors name is clicked.

I&#039;ve read all of your guides but still have not found the solution for this, so i guess there must be something i missed somewhere.

Cheers,

Knat Simon</description>
		<content:encoded><![CDATA[<p>Hi, thanks for all your great Wordpress guides.</p>
<p>I&#8217;ve been reading your guides about Taxonomies quite a few times now.</p>
<p>I have a movie site and i want taxonomies for Actors, Directors and Studio.</p>
<p>This works fine so far, i can even get all actors to show using the tag_cloud.</p>
<p>My biggest problem is that all my taxonomies (when clicked) end in 404 Not Found.</p>
<p>Do i need to make some kind of template for the taxonomy ? or do i have to make a template for each term inside the taxonomy ? That would be a lot of templates if i had to do that for each actor.</p>
<p>Can you please point me in the right direction.. i want to show all movies with that actor if the actors name is clicked.</p>
<p>I&#8217;ve read all of your guides but still have not found the solution for this, so i guess there must be something i missed somewhere.</p>
<p>Cheers,</p>
<p>Knat Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-134365</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 23 Jun 2009 02:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-134365</guid>
		<description>Justin is there way to show taxonomy as list instead of wp_tag_cloud?</description>
		<content:encoded><![CDATA[<p>Justin is there way to show taxonomy as list instead of wp_tag_cloud?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward de Leau</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-133563</link>
		<dc:creator>Edward de Leau</dc:creator>
		<pubDate>Wed, 17 Jun 2009 23:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-133563</guid>
		<description>while im typing... what I was thinking is that taxonomies are related or more or less the same within a specific domain as requirement types / traceability types. If you spend some time with e.g. Rational RequisitePro you see a pyramid unfold itself of requirement types. E.g. software teams start out with lists of &quot;requirements&quot; but only after a while start to categorize them in TYPES e.g. non functional requirements / use cases / release / actor  and so on... and they all are related to each other. The funny thing is that those requirement types as an instance &quot;a requirement&quot; are then again coupled to other systems like a workflow system so that a specific requirement is then linked to a Request like a defect. which is again a type. traceability is then important here: you could find the chain up by constantly asking why, why, why. e.g &quot;movie&quot; : why do i buy the movie. &quot;because i have hobby movies&quot;. why do i have hobby movies. because i want to have fun etc... you could organize an otherwise chaotic household in some more structure by starting out letting them have &quot;tags&quot; (like a software team which simply has &quot;requirement&quot;) and slowly improve a household by organizing these tags in types. The next step is to link these things to other systems e.g &quot;contact&quot; is automatically coupled to a household crm system and &quot;todo&quot; to a todo application. Instantly. It would improve households. They can start out with simply a &quot;blog&quot; and the more content is going in there the more the need will rise to organize it thus improving it.</description>
		<content:encoded><![CDATA[<p>while im typing&#8230; what I was thinking is that taxonomies are related or more or less the same within a specific domain as requirement types / traceability types. If you spend some time with e.g. Rational RequisitePro you see a pyramid unfold itself of requirement types. E.g. software teams start out with lists of &#8220;requirements&#8221; but only after a while start to categorize them in TYPES e.g. non functional requirements / use cases / release / actor  and so on&#8230; and they all are related to each other. The funny thing is that those requirement types as an instance &#8220;a requirement&#8221; are then again coupled to other systems like a workflow system so that a specific requirement is then linked to a Request like a defect. which is again a type. traceability is then important here: you could find the chain up by constantly asking why, why, why. e.g &#8220;movie&#8221; : why do i buy the movie. &#8220;because i have hobby movies&#8221;. why do i have hobby movies. because i want to have fun etc&#8230; you could organize an otherwise chaotic household in some more structure by starting out letting them have &#8220;tags&#8221; (like a software team which simply has &#8220;requirement&#8221;) and slowly improve a household by organizing these tags in types. The next step is to link these things to other systems e.g &#8220;contact&#8221; is automatically coupled to a household crm system and &#8220;todo&#8221; to a todo application. Instantly. It would improve households. They can start out with simply a &#8220;blog&#8221; and the more content is going in there the more the need will rise to organize it thus improving it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward de Leau</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-133552</link>
		<dc:creator>Edward de Leau</dc:creator>
		<pubDate>Wed, 17 Jun 2009 21:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-133552</guid>
		<description>I just wanted to let you know that i enjoy reading you blog, hmm that sounds like a spam entry but especially the taxonomies have so much potential that probably a fork of wordpress itself could be based on it.

it has the potential to integrate a lot with a lot especially when objects (code) are linked to taxonomy terms.

i was thinking myself of creating a crm system based on physical .vcf cards (there are some open source libs) using these concepts right around wordpress. &quot;contact&quot;, &quot;household&quot;, &quot;address&quot; etc...</description>
		<content:encoded><![CDATA[<p>I just wanted to let you know that i enjoy reading you blog, hmm that sounds like a spam entry but especially the taxonomies have so much potential that probably a fork of wordpress itself could be based on it.</p>
<p>it has the potential to integrate a lot with a lot especially when objects (code) are linked to taxonomy terms.</p>
<p>i was thinking myself of creating a crm system based on physical .vcf cards (there are some open source libs) using these concepts right around wordpress. &#8220;contact&#8221;, &#8220;household&#8221;, &#8220;address&#8221; etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane - Inspiring Your Success</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-133138</link>
		<dc:creator>Shane - Inspiring Your Success</dc:creator>
		<pubDate>Mon, 15 Jun 2009 20:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-133138</guid>
		<description>Hi Justin,
Would it be possible to use these as navigation? For example, genre is the parent, which would be in the navigation bar, and as a drop down menu would be the different genres?

Or can this not be done at this point?</description>
		<content:encoded><![CDATA[<p>Hi Justin,<br />
Would it be possible to use these as navigation? For example, genre is the parent, which would be in the navigation bar, and as a drop down menu would be the different genres?</p>
<p>Or can this not be done at this point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-132603</link>
		<dc:creator>Kristian</dc:creator>
		<pubDate>Sat, 13 Jun 2009 21:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-132603</guid>
		<description>Justin - i came to think of something you might know of!

On my site im using 4 taxonomies:
Season, ingredients, origin and type of meal.

Know im planning on making a &quot;wikipedia&quot; of fruits and vegestables?
What would be best for me and the users?
Using the existing ingredients tags, or make some new under the taxonomies fruits and vegestables?
Do you know what I mean?

Question number 2:

Is there a way in options theme, that i could use the tabs function to display recipes?
tab1: Recipe by origin, tab2: recipe by ingredients, or something like that using the taxonomy?</description>
		<content:encoded><![CDATA[<p>Justin &#8211; i came to think of something you might know of!</p>
<p>On my site im using 4 taxonomies:<br />
Season, ingredients, origin and type of meal.</p>
<p>Know im planning on making a &#8220;wikipedia&#8221; of fruits and vegestables?<br />
What would be best for me and the users?<br />
Using the existing ingredients tags, or make some new under the taxonomies fruits and vegestables?<br />
Do you know what I mean?</p>
<p>Question number 2:</p>
<p>Is there a way in options theme, that i could use the tabs function to display recipes?<br />
tab1: Recipe by origin, tab2: recipe by ingredients, or something like that using the taxonomy?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
