Custom Field Taxonomies: Version 0.7

This version adds multiple key=value check, which means that now you can have URLs like this:
http://yoursite.com/?s=anything&key1=valueA&key2=valueB…
http://yoursite.com/category/news/?key1=valueA&key2=valueB…
I’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).

Read full post...

Custom Field Taxonomies: Version 0.6

By popular demand, this plugin now supports URLs like this:

http://example.com/?s=word&meta_key=meta_value
http://example.com/?cat=1&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.

Read full post...