Fields 0.4.3
Textfields with multiple values now can optionally be unordered. Unordered Textfields have their values in plain text which can be used in query_posts() or wp_query()
Remodelling in process
Textfields with multiple values now can optionally be unordered. Unordered Textfields have their values in plain text which can be used in query_posts() or wp_query()
New box options: Position: set initial box position (normal, advanced, side). Include: a comma separated list of post IDs that will be included even if their post types are not supported by the box. Exclude: comma separated list of post IDs, exclude the posts even if their post types are supported. The Fields menu has [...]
Testing Import & Export features
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 type, if specified, the shortcode will look for data from for the post with slug. If no post with slug [...]
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 have a fixed size and float to the left of each other. Container Width limits on how many items can [...]
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 an underscore as a prefix to all custom fields to hide them from the original WordPress custom fields editor Added [...]