=== 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.5 Tested up to: 3.7.1 Stable tag: 0.6 Lets you add a custom CSS class to each widget instance. == Description == ZigWidgetClass adds a free text field to each widget control form on your widget admin page. Enter a CSS class name in the box and it will be added to the classes that WordPress applies to that widget instance. It has been tested and verified to work with the Widget Logic plugin, the Widget Context plugin and now (November 2013) the WP Page Widget plugin. If you have problems getting it to work with one of those plugins, make sure you are using the latest version(s). 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.5+ and PHP 5.2.4+. For further information and support, please visit [the ZigWidgetClass home page](http://www.zigpress.com/plugins/zigwidgetclass/). == 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.6 = * Now compatible with WP Page Widget plugin - thanks to Edwin Ricaurte for suggesting that it should be * Verified continued compatibility with Widget Logic plugin * Verified continued compatibility with Widget Context plugin * Verified compatibility with WordPress 3.7.1 = 0.5 = * Verified continued compatibility with Widget Logic plugin * Tested and verified compatibility with Widget Context plugin * Custom class box is now simply labelled "CSS Class" * Verified compatibility with WordPress 3.5.2 * Set minimim WordPress version to 3.5 = 0.4.1 = * Verified compatibility with WordPress 3.5 = 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