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

Deviant Thumbs: Version 1.8

Now you can have multiple widgets with devious thumbs.

I’ve used Alex Tingle’s multiWidget class, which I’ve adapted to my coding habits. You can expect all my plugins to receive multi-widget support sooner or later.

Important: If you’re upgrading from an older version, your current widget settings will not be preserved, unfortunately.

Custom Field Taxonomies: Version 0.5

Custom Field Taxonomies is a plugin that lets you use post metadata as ad-hoc taxonomies.

Register taxonomy

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 which fields to be used as taxonomies.

PHP5 is required.

Full Comments On Dashboard: Version 1.0

The Admin dashboard in WP 2.7 has a neat Recent Comments Box, from which you can manage and reply to comments directly. The only problem is that it shows the comment excerpt instead of the entire comment text. This means that you basically have to load another page to view the entire comment.

This simple plugin fixes this issue.

Custom Field Images: Version 1.8

This version of the Custom Field Images Plugin adds the CFI Loop widget. By default, it displays the 5 most recent custom field images, linked to their respective posts. If you’re familiar with the WordPress Loop, you can customize which images to show by filling the Query String field.

If you don’t like using widgets, you can use the new template tag cfi_loop() directly in your theme files. You can find out more about it in the readme file.

PHP5 is required.

People are naturally dissatisfied and spend their lives searching for intangibles.

Copyblogger

Design Lomo Romania

Lomo Romania este un site dedicat fotografiilor pe film și în special celor realizate cu aparate LOMO.

Deși există numeroase aplicații pentru publicarea imaginilor online, am mers tot pe WordPress, fără a folosi vreun plugin adițional pentru imagini.

Design Lomo Romania
Continue reading…

Smart Archives Reloaded: Version 1.4

Instead of updating the cache at a regular interval, the plugin now updates when a post is published or deleted.

Also, an issue with accents should be fixed.

Finally, some optimizations were also baked in.

PHP5 is required