=== Plugin Name === Contributors: eskapism Donate link: http://example.com/ Tags: admin, fields, custom fields, field manager, attachments, text areas, input fields, tinymce, radio button, drop down, files, meta box, edit, post Requires at least: 3.0-beta2 Tested up to: 3.0-beta2 Stable tag: trunk Add different kind of fields to your edit post page. Field can be of type textarea, TinyMCE, checkbox, radio buttons, drop downs or files. == Description == Simple Fields for WordPress let you add groups of fields (aka "field groups") to you edit post page. It is meant as a replacement This turns WordPress into an even more powerful Content Management System (CMS). #### Features and highlight ![Screenshot of Simple Fields WordPress plugin](http://farm5.static.flickr.com/4018/4621286172_ea70031afd.jpg) * Different post types can use different field groups * Use different field groups even for same post type * Much easier for the user than regular custom fields * Drag and drop field groups * Use repeatable field groups to add many any amount of fields to a single post * Nice GUI that looks like the rest of WordPress * Includes file browser for browsing.. yes.. files! A field can be of the following types: * checkbox * radio button * drop down * single line text * textarea (with HTML-editor as an option) or file. Each field group can consist of one or several fields. Each field can also be repeatable, so you can for example have a field group called "Product images" where you can add any amount of images to your post. Simple. Powerful. == Installation == 1. Upload the folder "simple-fields" to "/wp-content/plugins/" 1. Activate the plugin through the "Plugins" menu in WordPress 1. Done! == Screenshots == 1. A post in edit, showing two field groups: "Article options" and "Article images". Please note that "Article images" is repeatable, so you can add as many images as you want to. 2. One field group being created (or modified). 3. Group field groups together and make them available for different post types. == Changelog == = 0.2 = - Still beta! But actually usable. - added some functions for getting values = 0.1 = - First beta version.