=== Fields === Contributors: Khanh Cao Tags: custom fields, admin, metadata Requires at least: 3.0 Tested up to: 3.0 Stable tag: 0.2 Creates custom write panels to manage post custom fields. == Description == Fields is a Wordpress plugin that let you manage write panels in your write/edit page. Fields supports post types that can have UIs. With Fields, you can define boxes which appear in your write panels. A box can contain a number of groups which are sets of custom fields that you can define. Boxes are displayed as meta boxes and groups are shown as tabs that can be switched inside boxes. Within a group, fields can be shown as either textfields, textarea, drop boxes, radio group or check boxes. Fields does not create custom post types, to do so, use other plugins such as WP Post Type UI. == Installation == To install Fields: 1. Upload the 'fields' folder to the '/wp-content/plugins/' directory 2. Activate the plugin. 3. Administer in Settings - Fields == Changelog == = 0.1 = * First release = 0.2 = * Resolved some minor bugs * Stable version