Converts the select boxes of your WordPress site into Chosen autocomplete boxes
Chosen is a wonderful jQuery plugin which changes select tags into user-friendly auto-complete boxes.
Configuration
This plugin allow you to set a jQuery selector to apply Chosen to.
e.g. If you use "select.chosen-box" as the selector, only select boxes with class name "chosen-box" will be converted.
You can also manage if you wish to apply Chosen to front-end pages, admin panel pages, both, or neigher.
Go to Plugins, Install new plugin, Search SW Chosen, then activate
Manual Installation:
- Download SW Chosen to your desktop.
- Extract the Plugin folder to your desktop.
- Use your favourite FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
- Go to Plugins screen and find the newly uploaded Plugin in the list.
- Click Activate Plugin to activate it.
After the plugin is successfully activated, navigate to Settings, SW Chosen Settings to configure it to fit your needs.