Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 787 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 787 Bytes

WP Chosen

WP Chosen implements the Chosen jQuery Plugin for WordPress.

Chosen makes long, unwieldy select boxes much more user-friendly.

Installation

  • Download and install using the built in WordPress plugin installer.
  • Activate in the "Plugins" area of your admin by clicking the "Activate" link.
  • No further setup or configuration is necessary.

FAQ

What dropdowns does this target?

$( '.wrap .actions:not(.bulkactions) select' ).chosen();
$( '.wrap .form-table select' ).chosen();
$( '#posts-filter .filter-items select' ).chosen();

Where can I get support?

The WordPress support forums: https://wordpress.org/plugin/support/wp-chosen/

Can I contribute?

Yes, please!