<?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>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: ehmud</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-564257</link>
		<dc:creator>ehmud</dc:creator>
		<pubDate>Sun, 15 Jan 2012 07:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-564257</guid>
		<description>I have a developing a educational courses database and using university name, country and subject as taxonomies. How can I show cloud of universities on a single page? I would also like to limit results with respect to universities in specific country and number of entries showing on the page.</description>
		<content:encoded><![CDATA[<p>I have a developing a educational courses database and using university name, country and subject as taxonomies. How can I show cloud of universities on a single page? I would also like to limit results with respect to universities in specific country and number of entries showing on the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress 3.0 Part 1—Pre 3.0 and Beyond &#8212; Laura Kalbag</title>
		<link>http://justintadlock.com/archives/2009/05/02/creating-a-page-template-that-lists-all-of-your-wordpress-taxonomies#comment-213383</link>
		<dc:creator>WordPress 3.0 Part 1—Pre 3.0 and Beyond &#8212; Laura Kalbag</dc:creator>
		<pubDate>Fri, 16 Jul 2010 21:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1632#comment-213383</guid>
		<description>[...] Creating a page template that lists all your custom taxonomies by Justin Tadlock [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating a page template that lists all your custom taxonomies by Justin Tadlock [...]</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-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>
</channel>
</rss>

