As I promised when I wrote the functions for adding custom classes for WordPress widgets, I’m now announcing the release of KC Widget Enhancements. This plugin provides the ability to set custom classes and ID for any widgets, not just the built-in ones, but also widgets that comes with installed plugins/themes.
Update:
This plugin is now hosted at WordPress plugin repo so you can install it directly from the admin dashboard.
Currently there are three components, but I designed this plugin to be extendable so it should be easy to add more in the future:
- Custom widget ID
- Custom widget classes
- Enable shortcode on text widgets
If you have idea on how to enhance the widgets even more, please don’t hesitate to leave a comment below. I may add them in the next versions.
To get the most of this plugin, I highly suggest the use of KC Settings together with this plugin so you can enable/disable the components easily. Or if you prefer to do it the geeky way, please read FAQ section in the readme.txt
file.
You can download this plugin from here or clone/fork it from github. I’ll update this post when it’s available on WordPress’ plugins repo.
Notes:
As reported by Ed Nailor, the custom ID/classes won’t get printed if you’re using Widget Logic plugin, because it overrides the default callback for each widget.