<?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: Saving &#8216;meta data&#8217; for WordPress categories</title>
	<atom:link href="http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/feed" rel="self" type="application/rss+xml" />
	<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories</link>
	<description>Custom WordPress Plugins</description>
	<lastBuildDate>Mon, 21 Mar 2011 17:32:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Glenn Ansley</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2570</link>
		<dc:creator>Glenn Ansley</dc:creator>
		<pubDate>Wed, 22 Sep 2010 08:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2570</guid>
		<description>@simon - I&#039;ve considered several places to store the data. I think this is the best solution for now. I&#039;d rather use the options API (that&#039;s what it was built for) than adding additional columns to core WP tables. </description>
		<content:encoded><![CDATA[<p>@simon &#8211; I&#039;ve considered several places to store the data. I think this is the best solution for now. I&#039;d rather use the options API (that&#039;s what it was built for) than adding additional columns to core WP tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2567</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 17 Sep 2010 18:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2567</guid>
		<description>This is really helpful code, it&#039;s saved me a lot of time digging through core figuring it all out myself. 
 
Do you think that ideally it would be preferable to add columns to the term_taxonomy table, rather than using the options table for the custom fields? 
 
It would seem to make sense to me logically (your custom fields are stored in the same place as the description, slug, etc.), but maybe there is a downside I haven&#039;t thought of... </description>
		<content:encoded><![CDATA[<p>This is really helpful code, it&#039;s saved me a lot of time digging through core figuring it all out myself.</p>
<p>Do you think that ideally it would be preferable to add columns to the term_taxonomy table, rather than using the options table for the custom fields?</p>
<p>It would seem to make sense to me logically (your custom fields are stored in the same place as the description, slug, etc.), but maybe there is a downside I haven&#039;t thought of&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Holmberg</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2437</link>
		<dc:creator>Johannes Holmberg</dc:creator>
		<pubDate>Wed, 16 Jun 2010 13:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2437</guid>
		<description>Okay nice!

Thought it was just for original categories at first.
But how do I get these values from the theme?</description>
		<content:encoded><![CDATA[<p>Okay nice!</p>
<p>Thought it was just for original categories at first.<br />
But how do I get these values from the theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Holmberg</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2430</link>
		<dc:creator>Johannes Holmberg</dc:creator>
		<pubDate>Tue, 15 Jun 2010 11:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2430</guid>
		<description>Hi!

I want to know if I can append this to custom taxonomies in Wordpress 3?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I want to know if I can append this to custom taxonomies in WordPress 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Ansley</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2432</link>
		<dc:creator>Glenn Ansley</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2432</guid>
		<description>Yes, it can. The above example actually assumes a custom tax called manufacturers. </description>
		<content:encoded><![CDATA[<p>Yes, it can. The above example actually assumes a custom tax called manufacturers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2423</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Sat, 12 Jun 2010 19:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2423</guid>
		<description>@Glenn
Yes, that is exactly what I am trying to describe. 

I was doing a demo for a friend and it became quickly apparent to me that he was not understanding the concept of having to add taxonomy metadata on a separate screen if he was adding a new term.

That got me thinking about the entire UX with the new tools that wp is giving us. It seemed like a natural progression to allow editing within one primary screen of all needed input information. Obviously not necessary, but it does help make wp more user-friendly. 

I was thinking of using a lightbox or modal window pop up for adding in the new data. Anyhow, mostly just a concept right now.</description>
		<content:encoded><![CDATA[<p>@Glenn<br />
Yes, that is exactly what I am trying to describe. </p>
<p>I was doing a demo for a friend and it became quickly apparent to me that he was not understanding the concept of having to add taxonomy metadata on a separate screen if he was adding a new term.</p>
<p>That got me thinking about the entire UX with the new tools that wp is giving us. It seemed like a natural progression to allow editing within one primary screen of all needed input information. Obviously not necessary, but it does help make wp more user-friendly. </p>
<p>I was thinking of using a lightbox or modal window pop up for adding in the new data. Anyhow, mostly just a concept right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Ansley</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2422</link>
		<dc:creator>Glenn Ansley</dc:creator>
		<pubDate>Sat, 12 Jun 2010 02:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2422</guid>
		<description>Hi Shawn,
Are you talking about adding custom fields from the write / edit (custom) post page when creating category / taxonomy terms on the fly? 

If so, this isn&#039;t something I&#039;ve looked at yet. It would probably be a GUI nightmare to attempt this but I&#039;ll look to see if the hooks are in place to make it possible.</description>
		<content:encoded><![CDATA[<p>Hi Shawn,<br />
Are you talking about adding custom fields from the write / edit (custom) post page when creating category / taxonomy terms on the fly? </p>
<p>If so, this isn&#8217;t something I&#8217;ve looked at yet. It would probably be a GUI nightmare to attempt this but I&#8217;ll look to see if the hooks are in place to make it possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2421</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Fri, 11 Jun 2010 21:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2421</guid>
		<description>Thank you for the updated code.  
 
By any chance have you had to extend this for client sites in the post_type UI? 
 
What I mean is I&#039;m guessing you are using this with a post_type, where when adding a new &#039;product&#039; the admin would select an existing &#039;manufacturer&#039; taxonomy from the select box, kind of exactly how we add categories to posts.  
 
I&#039;ve been working on the scenario of what happens when adding a new post-type &#039;product&#039; if the &#039;manufacturer&#039; taxonomy term does not exist yet. Currently we only have the ability to add the term, but not the custom fields belonging to the term from the post-type UI.  
 
This forces the user to leave the post-type UI, and then go to the term UI to add in the extra fields.  
 
To date I have not seen anyone attempting to do this yet. It just seems like a logical step to make life easier on the user inputting the new &#039;product&#039;, to be able to add a term + term custom fields, within the add post UI. 
 
Either way, thank you, this is a great start for me. </description>
		<content:encoded><![CDATA[<p>Thank you for the updated code.  </p>
<p>By any chance have you had to extend this for client sites in the post_type UI? </p>
<p>What I mean is I&#039;m guessing you are using this with a post_type, where when adding a new &#039;product&#039; the admin would select an existing &#039;manufacturer&#039; taxonomy from the select box, kind of exactly how we add categories to posts.  </p>
<p>I&#039;ve been working on the scenario of what happens when adding a new post-type &#039;product&#039; if the &#039;manufacturer&#039; taxonomy term does not exist yet. Currently we only have the ability to add the term, but not the custom fields belonging to the term from the post-type UI.  </p>
<p>This forces the user to leave the post-type UI, and then go to the term UI to add in the extra fields.  </p>
<p>To date I have not seen anyone attempting to do this yet. It just seems like a logical step to make life easier on the user inputting the new &#039;product&#039;, to be able to add a term + term custom fields, within the add post UI. </p>
<p>Either way, thank you, this is a great start for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: illimar</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2418</link>
		<dc:creator>illimar</dc:creator>
		<pubDate>Fri, 11 Jun 2010 12:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2418</guid>
		<description>Hey, this is really a good bit of code. Have You updated it yet?</description>
		<content:encoded><![CDATA[<p>Hey, this is really a good bit of code. Have You updated it yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Ansley</title>
		<link>http://fullthrottledevelopment.com/saving-meta-data-for-wordpress-categories/comment-page-1#comment-2419</link>
		<dc:creator>Glenn Ansley</dc:creator>
		<pubDate>Fri, 11 Jun 2010 08:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=863#comment-2419</guid>
		<description>Hey - Thanks. Yep, you&#039;ve got the latest. Let me know if you have any questions / updates. </description>
		<content:encoded><![CDATA[<p>Hey &#8211; Thanks. Yep, you&#039;ve got the latest. Let me know if you have any questions / updates.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

