=== WP Metaboxer Lite === Contributors: kosinix Donate link: http://www.codefleet.net/donate/ Tags: custom field, custom meta, custom metabox, meta boxer, meta field, metabox, metaboxes Requires at least: 3.3.2 Tested up to: 3.4.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WordPress metabox builder plugin. Provides an easy to use interface for building custom metaboxes with custom field types to choose from. == Description == = Features: = * Easy to use interface for creating metaboxes 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 and Textareas can be set to allow/disallow HTML or accept raw data. * Selectboxes and Radio can use a data source to get their options. A data source is a callable user defined function that returns an array of value and texts. * Utility functions for fetching the custom field values. = Homepage = This is the free version of WP Metaboxer. Full version has a lot more features. [Checkout the full version of WP Metaboxer](http://codecanyon.net/item/wp-metaboxer/3160095) == Installation == = Install via WordPress Admin = 1. Ready the zip file of the plugin 1. Go to Admin > Plugins > Add New 1. On the upper portion click the Upload link 1. Using the file upload field, upload the plugin zip file here and activate the plugin = Install via FTP = 1. First unzip the plugin file 1. Using FTP go to your server's wp-content/plugins directory 1. Upload the unzipped plugin here 1. Once finished login into your WP Admin and go to Admin > Plugins 1. Look for WP Metaboxer and activate it == Frequently Asked Questions == Checkout the documentation in [here](http://doc.codefleet.net/wp-metaboxer/). Use mtbxr_val("my_textbox") to get the data where "my_textbox" is the UID you gave the field when it was created. == Screenshots == 1. Full Version Screen == Changelog == = 1.3.0 - 2013-07-01 = * Code refactoring * Bug fixes = 1.0.0 - 2012-10-17 = * Initial release == Upgrade Notice == None