Create WordPress meta boxes with ease. Provides an easy to use interface for building meta boxes with many field types to choose from.
Features:
- Easy to use interface for creating meta boxes and custom fields.
- Meta box can be added to Post, Page or Custom Posts.
- Meta box position is configurable.
- Meta box priority is configurable.
- Textboxes, Textareas and Sortable textboxes can be set to allow/disallow HTML or accept raw data.
- Selectboxes, Radio, and Checkbox Group can use a datasource to get their options. A datasource is a callable user defined function that returns an array of value and texts.
- Add unlimited number of images by using Sortable Image field. The order can be changed via drag and drop.
- Add unlimited number of files by using Sortable File field. The order can be changed via drag and drop.
- Add unlimited number of textboxes by using Sortable Textbox field. The order can be changed via drag and drop.
- Utility functions for fetching the custom field values.
The following field types are available:
- Textbox
- Textarea
- Selectbox
- Checkbox
- Radio
- Date
- Time
- Datetime
- Checkbox Group
- Sortable Images
- Sortable Files
- Sortable Textboxes
Checkout the documentation here: http://doc.codefleet.net/wp-metaboxer/