<?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"
	>
<channel>
	<title>Comments on: Many Eyes, Bugs Being Shallow, All That</title>
	<atom:link href="http://maisonbisson.com/blog/post/12134/many-eyes-bugs-being-shallow-all-that/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com/blog/post/12134/many-eyes-bugs-being-shallow-all-that/</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<pubDate>Sat, 22 Nov 2008 16:14:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Chris</title>
		<link>http://maisonbisson.com/blog/post/12134/many-eyes-bugs-being-shallow-all-that/#comment-196165</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 03 Jul 2008 06:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12134#comment-196165</guid>
		<description>Hello - this is really the only page I have found about using this function. With this are you able to create a new taxonomy such as MyTags and have that apply to posts? I.e. so you can have the normal tags as one taxonomy and then MyTags as another?

Obvioulsy I would need to edit the form for adding etc. but I have not been able to find out if this is the right function for doing this. Any advice would be much appreciated!

Chris.</description>
		<content:encoded><![CDATA[<p>Hello - this is really the only page I have found about using this function. With this are you able to create a new taxonomy such as MyTags and have that apply to posts? I.e. so you can have the normal tags as one taxonomy and then MyTags as another?</p>
<p>Obvioulsy I would need to edit the form for adding etc. but I have not been able to find out if this is the right function for doing this. Any advice would be much appreciated!</p>
<p>Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey Bisson</title>
		<link>http://maisonbisson.com/blog/post/12134/many-eyes-bugs-being-shallow-all-that/#comment-194160</link>
		<dc:creator>Casey Bisson</dc:creator>
		<pubDate>Sat, 24 May 2008 02:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12134#comment-194160</guid>
		<description>@Jason DeVelvis:

Sorry, I should have included that.

In addition to &lt;code&gt;$taxonomy&lt;/code&gt; and &lt;code&gt;$object_type&lt;/code&gt;, &lt;code&gt;register_taxonomy()&lt;/code&gt; now also accepts an array of args. The defaults are as follows:

&lt;pre lang="php"&gt;array('hierarchical' =&gt; false, 'update_count_callback' =&gt; '', 'rewrite' =&gt; true, 'query_var' =&gt; true)&lt;/pre&gt;

The bug only shows itself if you use the defaults and don't submit your own args. My work around was to call register_taxonomy() with an array that included &lt;code&gt;'query_var' =&gt; MyTaxonomyName&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Jason DeVelvis:</p>
<p>Sorry, I should have included that.</p>
<p>In addition to <code>$taxonomy</code> and <code>$object_type</code>, <code>register_taxonomy()</code> now also accepts an array of args. The defaults are as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="php"><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'hierarchical'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000000; font-weight: bold;">false</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'update_count_callback'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'rewrite'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000000; font-weight: bold;">true</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'query_var'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000000; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span></pre></div></div>

<p>The bug only shows itself if you use the defaults and don&#8217;t submit your own args. My work around was to call register_taxonomy() with an array that included <code>'query_var' => MyTaxonomyName</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason DeVelvis</title>
		<link>http://maisonbisson.com/blog/post/12134/many-eyes-bugs-being-shallow-all-that/#comment-194105</link>
		<dc:creator>Jason DeVelvis</dc:creator>
		<pubDate>Wed, 21 May 2008 21:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12134#comment-194105</guid>
		<description>So, what's the workaround? :) Or did you just access the db directly?</description>
		<content:encoded><![CDATA[<p>So, what&#8217;s the workaround? <img src='http://maisonbisson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Or did you just access the db directly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>