=== Fields === Contributors: Khanh Cao Tags: fields, custom, admin, metadata Requires at least: 3.0 Tested up to: 3.0 Stable tag: 0.2.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. Brief structure of Fields: * Fields can be: textfield, textarea, select (drop box), radio group and check boxes * A group contains fields * A box contains groups * You can choose which groups a box shall include and which post types a box shall apprear in == Installation == To install Fields: 1. Upload the 'fields' folder to the '/wp-content/plugins/' directory 2. Activate the plugin. 3. Administer in Settings - Fields == Frequently Asked Questions == = Get custom field data = * To display a custom field's value, use meta(key) * To get the value only, use get_meta(key) == Changelog == = 0.1 = * First release = 0.2 = * Resolved some minor bugs * Stable version = 0.2.1 = * Removed the debug panel * Added a FAQ section