With this powerfull plugin you can enhance your site by making custom fields act like post tags.
Simple example:
http://yoursite.com/?price=1000 (displays posts which have a meta key 'price' with the value '1000')
Advanced example:
http://yoursite.com/category/special/?price-min=500&price-max=2000&color=white,green,blue (displays posts in the Special category, with a price between 500 and 2000 and one of these colors: white, green, blue)
On the settings page, besides choosing which custom fields should be searchable, you have several utilities for custom field maintenance:
The plugin features several template tags that will help you display item information easily:
meta_filter_box() generates an advanced search boxmeta_cloud() displays all the custom field values for a specific key (can also be restricted by post author)the_meta_title() outputs a nice title for the search results pageall_meta_info() displays all the meta values for each postget_linked_meta() works just like get_post_meta() with the difference that the values are links, not textget_meta_taxonomies() returns all searchable custom fields as an associative arrayis_meta() is a conditional tag that indicates if you're on a meta taxonomy pagemeta_relevance() displays a percentage that indicates how many key=value pair matches a post hasYou can find out more about the available template tags by looking in the template-tags.php file
If you want post sorted by metadata to be displayed differently you can: Copy meta.php from the plugin directory to your current theme directory. You can modify it to fit your theme as necessary.




