Hi folks,

I'm a Wordpress user, and I also use a few plugins that make use of custom fields, which are arbitrary key,value pairs that can be associated with posts.

I've implemented support for these into the blogging bundle.  I've attached both a diff and a zip of the entire modified bundle.

It adds a 'Custom' header item, which has the format:

Custom: field_name (field_id) = field_value

Where field_id is an optional numeric value, and retrieved when fetching posts.

Cheers,

Michael