On every call to your call back from wp_list_comments(), there will be an end tag appended, this tag can be either </li> or </div> depending on your style parameter. Therefore, in your call back function,… more →
A page with a brief explaination on how to create new plugins to add more field types into Fields has been added here
Changes: The shortcode [field] or [fs] (alias of field) can now reference to other posts (cross-post) Three new attributes for [field] added: slug, post_type and post_status slug: a slug to any post of any post… more →
Changes: Checkboxes and Radio items can now have multi-column layouts There are now 2 more additional options for check boxes and radio buttons, Width and Container Width If assigned a value, items with Width will… more →
Changes: Fixed a bug where a textfield’s values were not saved in correct orders
Usage page added, the page will guide you through the steps to create boxes for your blog posts as well as how to use shortcode to display the fields in your posts.
Changes: Fixed a bug where a just deleted field still shows on the group editing page Added shortcode ‘field’ and ‘field_count’
Fields versions 0.2.3 is out Changes: Textfields now can have multiple values Textfields can now store their values with or without html tags escaped Minor html bugs fixed Fields now can have notes attached Added… more →
Removed an embarrassing debug pane. http://calce.net/fields
Introducing Fields, a plugin to manage your WordPress post custom fields: http://wordpress.org/extend/plugins/fields/