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).

Custom Field Images: Version 1.6

Besides the built-in template tag, custom_field_image(), now we have the [cfi] shortcode, which means that not only can you put the image anywhere in the layout, but anywhere in the post content, too.

Other Features

Easy install: theme code editing required only for advanced use.

Bulk management: import, export and delete images in one click.

Simple management box under the post editing screen:
Custom Field Images management box

Settings page:
Custom Field Images Options Page

Version history

  • 1.6: added shortcode; duplicate alt. text as title
  • 1.5: import / export functionality; option to automatically link to associated post
  • 1.4: extra attributes for image link
  • 1.3: one field per image instead of 4
  • 1.2: general improvements
  • 1.1: added page support
  • 1.0: initial release