=== Plugin Name === Contributors: kucrut Donate link: http://kucrut.org/ Tags: theme-options, plugin-options, settings, options, term-meta, category-meta Requires at least: 3.0 Tested up to: 3.1-beta Stable tag: 1.2 Easily create plugin/theme settings page, custom fields metaboxes and term meta settings. == Description == With this plugin, you can easily create a settings/options page for you theme or plugin. You can also create metaboxes for post custom fields, and add some metadata to the terms. == Installation == 1. Use standard WordPress plugin installation or upload the `kc-settings` directory to your `wp-content/plugins` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Read the documentation (readme.html) on how you can add your options. == Frequently Asked Questions == = How do I add my options? = Please find the readme.html file inside the plugin directory for full the documentation. == Changelog == = 1.2 = * Bug Fixes = 1.1 = * Added support for custom callback for displaying section * Exclude inline editing * Added filter before & after setting field * Added custom attribute support for 'input' and 'textarea' * Changed default select value to '' * Set default menu locations * Added support for top-level menu * Fixed screen_icon handler * Small fixes = 1.0 = * First release