=== ZigWidgetClass === Contributors: ZigPress Donate link: http://www.zigpress.com/donations/ Tags: widgets, widget, widget instance, custom class, classes, css, zig, zigpress Requires at least: 3.1.1 Tested up to: 3.4.2 Stable tag: 0.4 Lets you add a custom class to each widget instance. == Description == ZigWidgetClass adds a free text field to each widget control form on your widget admin page. Enter a class name in the box and it will be added to the classes that WordPress applies to that widget instance. IMPORTANT: It only works with widgets created by extending the built-in multi-widget class! If it appears not to work on a certain widget, that widget is probably not a multi-widget. Requires WordPress 3.1.1+ and PHP 5.2.4+. For further information and support, please visit [the ZigWidgetClass home page](http://www.zigpress.com/plugins/zigwidgetclass/). = To Do = * Make it work with the Widget Context plugin as well as the Widget Logic plugin. == Installation == 1. Unzip the installer and upload the resulting 'zigwidgetclass' folder to the `/wp-content/plugins/` directory. Alternatively, go to Admin > Plugins > Add New and enter ZigWidgetClass in the search box. 2. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == For further information and support, please visit [the ZigWidgetClass home page](http://www.zigpress.com/plugins/zigwidgetclass/). == Changelog == = 0.4 = * Coding style improvements and refactoring * Updated plugin URL * Verified compatibility with WordPress 3.4.2 = 0.3.2 = * Verified compatibility with WordPress 3.4.x = 0.3.1 = * Verified compatibility with WordPress 3.3.x = 0.3 = * Now does actually work in conjunction with Widget Logic (so much for earlier testing) * Updated PHP version requirement in readiness for WordPress 3.2 * Updated WordPress version requirement as new code only tested on most recent versions = 0.2 = * Verified compatibility with WordPress 3.1.1 = 0.1 = * First public release