Custom Field Taxonomies: Version 0.9

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: <?php meta_filter_box( ) ?>.
If you don’t want to use a certain key as a filter, you can write

<?php meta_filter_box($exclude = array(’key1′, ‘key2′)) ?>

Make [...]

Read full post...

Custom Field Images: Version 1.7

The new feature in version 1.7 is a button in the Upload/Insert Image box that inserts the image directly in the CFI box. Without it, you would have to insert the image into the post and then manually insert the bits of data into each field.
I haven’t tested it on versions of WordPress older [...]

Read full post...