=== Plugin Name === Contributors: kucrut Donate link: http://kucrut.org/ Tags: theme-options, plugin-options, settings, options, term-meta, category-meta, post-meta, custom-fields, user-meta Requires at least: 3.0 Tested up to: 3.1 Stable tag: 1.3 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 the documentation. == Screenshots == 1. Theme/Plugin settings 2. Term settings (add new) 3. Term settings (edit) 4. Post settings == Changelog == = 1.3 = * New feature: User meta * File/directory structure compatibility with mu-plugins * Documentation updates = 1.2.1 = * Bug fixes & cleanups * Screenshots = 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