<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>scribu &#187; Custom Field Taxonomies</title>
	<atom:link href="http://scribu.net/wordpress/custom-field-taxonomies/feed" rel="self" type="application/rss+xml" />
	<link>http://scribu.net</link>
	<description>Hello, this is where scribu geeks out</description>
	<lastBuildDate>Thu, 11 Mar 2010 13:48:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Version 1.4</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-4.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-4.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:16:54 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=562</guid>
		<description><![CDATA[This release is sponsored by Dustin Dempsey, from Playforward Designs.

It adds support for range queries.]]></description>
			<content:encoded><![CDATA[<p>This release is sponsored by Dustin Dempsey, from <a href="http://playforward.net/">Playforward Designs</a>.</p>
<h3>Ranges</h3>
<p>A common need for sites using Custom Field Taxonomies is a query like this:</p>
<p><code>?price-min=300&#038;price-max=500</code></p>
<p>This would show posts having a custom field &#8216;price&#8217; with a value between 300 and 500.</p>
<p>Since version 1.4, this is possible with all meta taxonomies, numeric or not. You can also use <code>price-min</code> withouth <code>price-max</code> and vice-versa.</p>
<h3>Security enhancements</h3>
<p>While working on this release, I have found several potential security holes. These are all corrected now.</p>
<p>If you are using a previous version of the plugin, please update as soon as possible!</p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.3</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-3.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-3.html#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:55:33 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=516</guid>
		<description><![CDATA[This version adds two query operators: OR and AND.]]></description>
			<content:encoded><![CDATA[<p>This version adds two query options:</p>
<h4>OR query</h4>
<p><code>?fruit=apple,orange,pair</code></p>
<p>will match all posts that have the fruit field set to apple OR orange OR pair.</p>
<h4>AND query</h4>
<p><code>?color=red+orange+yellow</code></p>
<p>will match posts that have 3 color fields: one with red, one with orange and one wih yellow.</p>
<p>These capabilities are disabled by default. Before you enable them from Posts -> CF Taxnomies, a word of <strong>caution</strong>:</p>
<p>If some of your field values have commas &#8216;,&#8217; character in them, don&#8217;t enable the OR query.</p>
<p>Also, if some of the field values have spaces &#8216; &#8216; in them, don&#8217;t enable the AND query.</p>
<p>Currently, you can&#8217;t enable both the AND query and the &#8220;Show posts that don&#8217;t match all key=value pairs&#8221; option. This will probably be fixed in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-3.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Version 1.2</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-2.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-2.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 17:13:10 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=455</guid>
		<description><![CDATA[Another substantial update for y&#8217;all:
Revamped Admin Page

The new admin page is built up entirely of shiny 2.7 style boxes. They work just like the ones on your dashboard.
The admin page has been moved to Posts -&#62; CF Taxonomies for easier access. There is also a new feature to add default values.
Enhanced sorting
Version 1.1 introduced an [...]]]></description>
			<content:encoded><![CDATA[<p>Another substantial update for y&#8217;all:</p>
<h4>Revamped Admin Page</h4>
<p><img src="http://img14.imageshack.us/img14/8430/cftadmin.gif" alt="New CFT Admin Page" /><br />
The new admin page is built up entirely of shiny 2.7 style boxes. They work just like the ones on your dashboard.</p>
<p>The admin page has been moved to Posts -&gt; CF Taxonomies for easier access. There is also a new feature to add default values.</p>
<h4>Enhanced sorting</h4>
<p><a href="http://scribu.net/wordpress/custom-field-taxonomies/cft-1-1.html">Version 1.1</a> introduced an option to display posts with a relevance less than 100%. Now you have an extra option to also adjust the relevance based on the order of the query vars in the URL. </p>
<p>For example, if your URL is <em>http://example.com?foo=xxx&amp;bar=yyy</em>, posts that don&#8217;t have <code>bar=yyy</code>, but have <code>foo=xxx</code> will rank higher than those that have <code>bar=yyy</code> but don&#8217;t have <code>foo=xxx</code>.</p>
<h4>Important bugfix</h4>
<p>In earlier version, if you used <code>query_posts()</code> anywhere in the template file that was used by the plugin, you would get all kinds of errors. Not anymore:</p>
<p>Now you can use <code>query_posts()</code> and even have multiple loops on the same page and CFT will only modify the main loop.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-2.html/feed</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>Version 1.1</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-1.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-1.html#comments</comments>
		<pubDate>Wed, 18 Mar 2009 18:46:24 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=448</guid>
		<description><![CDATA[This version brings several important new features:
Wildcard support
http://example.com/?field=abc* will fetch all posts that have a meta key field with any value beginning with abc: &#8216;abc&#8217;, &#8216;abcd&#8217; etc.
The &#8216;*&#8217; character can appear multiple times, anywhere: http://example.com/?field=*ab*c*&#38;another=foo*bar
Relevance:
There&#8217;s a new checkbox in the settings page that allow the following behaviour:
http://example.com/?key1=value1&#38;key2=value2 will fetch posts that have at least one [...]]]></description>
			<content:encoded><![CDATA[<p>This version brings several important new features:</p>
<h4>Wildcard support</h4>
<p><em>http://example.com/?field=abc*</em> will fetch all posts that have a meta key <em>field</em> with any value beginning with <em>abc</em>: &#8216;abc&#8217;, &#8216;abcd&#8217; etc.</p>
<p>The &#8216;*&#8217; character can appear multiple times, anywhere: <em>http://example.com/?field=*ab*c*&amp;another=foo*bar</em></p>
<h4>Relevance:</h4>
<p>There&#8217;s a new checkbox in the settings page that allow the following behaviour:</p>
<p><em>http://example.com/?key1=value1&amp;key2=value2</em> will fetch posts that have at least one of those key=value pairs.</p>
<p>There is also a new template tag that displays the relevance for each post: <code>meta_relevance()</code></p>
<h4>Enhanced search &amp; replace</h4>
<p>Now you can select in which meta taxonomy you want values replaced. This allows for better control over your custom fields.</p>
<p><strong class="important">Important:</strong> The parameters for <code>meta_cloud()</code> have changed. Check template-tags.php to learn more.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-1.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Version 1.0</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-0.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-0.html#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:39:34 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=444</guid>
		<description><![CDATA[Several improvements  in this release. Be sure to upgrade.

meta_filter_box() now comes with autosuggest.
added $relative parameter to meta_cloud(). Note that the arguments are now splitted in $metaArgs and $cloudArgs.
relative links are disabled for posts, pages and attachments, because you would get a single item anyway
fixed issue with blogs that have a static page as the front [...]]]></description>
			<content:encoded><![CDATA[<p>Several improvements  in this release. Be sure to upgrade.</p>
<ul>
<li>meta_filter_box<!---->() now comes with autosuggest.</li>
<li>added $relative parameter to meta_cloud(). Note that the arguments are now splitted in $metaArgs and $cloudArgs.</li>
<li>relative links are disabled for posts, pages and attachments, because you would get a single item anyway</li>
<li>fixed issue with blogs that have a static page as the front page</li>
<li>fixed issue with get_meta_url()</li>
<li>to avoid unexpected behaviour, you can&#8217;t register taxonomies with keys used by WP (&#8216;p&#8217;, &#8217;s&#8217;, &#8216;cat&#8217; etc.)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-1-0.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Version 0.9</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-9.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-9.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:30:06 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=435</guid>
		<description><![CDATA[
In version 0.9 I finally included an advanced meta search box. It can be easily styled and you can even have several boxes on the same page.
The code to display it is simple: &#60;?php meta_filter_box() ?&#62;.
If you don&#8217;t want to use a certain key as a filter, you can write

&#60;?php meta_filter_box&#40;$exclude = array&#40;'key1', 'key2'&#41;&#41; ?&#62;

Make [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i5.photobucket.com/albums/y197/SCriBu/Blog/meta-filter.png" alt="Meta Filter (search box)" /></p>
<p>In version 0.9 I finally included an advanced meta search box. It can be easily styled and you can even have several boxes on the same page.</p>
<p>The code to display it is simple: <code>&lt;?php meta_filter_box<!---->() ?&gt;</code>.</p>
<p>If you don&#8217;t want to use a certain key as a filter, you can write</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> meta_filter_box<span style="color: #009900;">&#40;</span><span style="color: #000088;">$exclude</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'key1'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'key2'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Make sure your theme has wp_footer() written somewhere in footer.php.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-9.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Version 0.8</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-8.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-8.html#comments</comments>
		<pubDate>Sun, 15 Feb 2009 16:46:41 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=432</guid>
		<description><![CDATA[
Another update for this plugin: Added a custom field management section in which you can replace custom field keys or custom field values. Maybe an option to delete certain custom fields based on key or value? We&#8217;ll see.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i5.photobucket.com/albums/y197/SCriBu/Blog/cf-management.png" alt="Custom Field Management" /></p>
<p>Another update for this plugin: Added a custom field management section in which you can replace custom field keys or custom field values. Maybe an option to delete certain custom fields based on key or value? We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 0.7</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-7.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-7.html#comments</comments>
		<pubDate>Wed, 11 Feb 2009 20:27:02 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>
		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=431</guid>
		<description><![CDATA[This version adds multiple key=value check, which means that now you can have URLs like this:
http://yoursite.com/?s=anything&#38;key1=valueA&#38;key2=valueB...
http://yoursite.com/category/news/?key1=valueA&#38;key2=valueB...
I&#8217;ve also added autosuggest to the input fields in the Settings Page which will give suggestions based on the existing meta keys on your site.
Any ideas for an interface to construct such URLs are welcome (an advanced search box? etc).
]]></description>
			<content:encoded><![CDATA[<p>This version adds multiple key=value check, which means that now you can have URLs like this:</p>
<p><code>http://yoursite.com/?s=anything&amp;key1=valueA&amp;key2=valueB...</code></p>
<p><code>http://yoursite.com/category/news/?key1=valueA&amp;key2=valueB...</code></p>
<p>I&#8217;ve also added autosuggest to the input fields in the Settings Page which will give suggestions based on the existing meta keys on your site.</p>
<p>Any ideas for an interface to construct such URLs are welcome (an advanced search box? etc).</p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-7.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Version 0.6</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-6.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-6.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:10:34 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>
		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=424</guid>
		<description><![CDATA[By popular demand, this plugin now supports URLs like this:

http://example.com/?s=word&#38;meta_key=meta_value
http://example.com/?cat=1&#38;mood=Happy

The template tags were updated to reflect this posibility. Also, an extra template tag was added:
all_meta_info() displays all available data for the current post.
PHP5 is required.
]]></description>
			<content:encoded><![CDATA[<p>By popular demand, this plugin now supports URLs like this:</p>
<ul>
<li>http://example.com/?s=word&amp;meta_key=meta_value</li>
<li>http://example.com/?cat=1&amp;mood=Happy</li>
</ul>
<p>The template tags were updated to reflect this posibility. Also, an extra template tag was added:</p>
<p><code>all_meta_info()</code> displays all available data for the current post.</p>
<p><strong>PHP5 is required.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-6.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Version 0.5</title>
		<link>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-5.html</link>
		<comments>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-5.html#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:35:16 +0000</pubDate>
		<dc:creator>scribu</dc:creator>
				<category><![CDATA[Custom Field Taxonomies]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://scribu.net/?p=419</guid>
		<description><![CDATA[Custom Field Taxonomies is a plugin that lets you use post metadata as ad-hoc taxonomies.

For each taxonomy, you have

Tag cloud with all values of that field
Show only posts with field = value
Any theme can add a meta.php template
Several template tags (can be found in meta-template.php)

It also has a nice settings page where you can define [...]]]></description>
			<content:encoded><![CDATA[<p>Custom Field Taxonomies is a plugin that lets you use post metadata as ad-hoc taxonomies.</p>
<p><img src="http://i5.photobucket.com/albums/y197/SCriBu/Blog/register-taxonomy.png" alt="Register taxonomy" /></p>
<p>For each taxonomy, you have</p>
<ul>
<li>Tag cloud with all values of that field</li>
<li>Show only posts with field = value</li>
<li>Any theme can add a meta.php template</li>
<li>Several template tags (can be found in meta-template.php)</li>
</ul>
<p>It also has a nice settings page where you can define which fields to be used as taxonomies.</p>
<p><strong>PHP5 is required.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scribu.net/wordpress/custom-field-taxonomies/cft-0-5.html/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
	</channel>
</rss>
