=== More Fields === Contributors: henrikmelin, kalstrom Donate link: http://labs.dagensskiva.com/plugins/ Tags: custom fields, admin, metadata Requires at least: 2.9.2 Tested up to: 2.9.2 Stable tag: 1.5.2 Adds any number of extra fields in any number of additional boxes on the Write/Edit page in the Admin. == Description == _Please note:_ More Fields 1.5.1 is not compatible with WordPress 3.0. Look to [Other versions](http://wordpress.org/extend/plugins/more-fields/download/) for release candidate of More Fields 2.0. If you want to upgrade from 1.5.1, please follow upgrade instructions in `readme.txt` More Fields is a WordPress plugin that adds boxes to the Write/Edit page. These boxes contains input fields, so that additional (more) fields can be added to a post. For example, if you write about books, you can add a box where you can enter title and author, etc. The boxes can be placed either to the right or to the left on the Write/Edit page. In addition, the new version of More Fields enables you to define post types, which are custom Write/Edit pages that contains a pre-defined set of boxes. For example, you write about books and you write about your holidays, then you can define a post type 'Book' and a post type 'Holiday' each containing the input boxes relevant to each type of text. You can also set pre-defined categories, tags and templates for each post type. With More Fields you can: 1. Add any number of boxes with any number of field to the Write/Edit page. 1. Add text, textarea, wysiwyg, checkboxes, radiobuttons and select lists as your input fields. 1. Create custom Write/Edit pages with a pre-defined set of input boxes, custom set categories, tags and templates. 1. Create archives based on Custom Fields values with custom slugs 1. Create boxes and post types programatically so that they can be created from within other plugins 1. List posts based on post type under the Manage menu 1. Set visiblitiy of a post type based on user level 1. Set global visiblity of boxes, in addition to the 'Screen Options' available for each post type for each user. This plugins was born out of the development work done for [Dagensskiva](http://dagensskiva.com/) and [Dagensbok](http://dagensbok.com/). == Installation == To install More Fields: 1. Upload the 'more-fields' folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Administer in Settings -> More Fields == Changelog == = 1.5.2 = * Metadata changed (again) for WordPress 3.0 and More Fields 2.0 (due to late changes in data model of WordPress 3.0) = 1.5.1 = * Metadata changed in preparation of upgrade to WordPress 3.0 and More Fields 2.0 = 1.5 = * All boxes, fields and post types are converted to be compatible with More Fields 2.0, More Types 1.0 and WordPress 3.0 = 1.4 = * Compatiblity with WordPress 2.9 * Javascript fixes for the WordPress admin = 1.3 = * Compatiblity with WordPress 2.8 = 1.2 = * Compatiblity with WordPress 2.7 = 1.0 = * Post types = 0.5 = * First release