Taxonomy Meta Box Filter – Search taxonomies from the editor

Описание

Taxonomy Meta Box Filter enhances the WordPress admin interface by adding a simple search field above each taxonomy metabox.
It supports default taxonomies (like categories and tags), as well as custom taxonomies and custom post types (CPTs).

Perfect for sites with a large number of terms, allowing you to quickly find and select the ones you need while editing posts.

Features

  • Search field added to every taxonomy metabox
  • Works with hierarchical (categories) and non-hierarchical (tags) taxonomies
  • Compatible with custom taxonomies and CPTs
  • Script only loads on the post and post-new admin screens
  • Fully translatable

License

This plugin is licensed under the GNU General Public License v2 or later.

Установка

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the «Plugins» menu in WordPress.
  3. Edit a post and you will see the search field above the taxonomy metaboxes.

Часто задаваемые вопросы

Does it work with custom taxonomies?

Yes, it works with all taxonomies properly registered in WordPress.

Do I need to configure anything?

No configuration needed. Just activate the plugin and the search field will automatically appear.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Taxonomy Meta Box Filter – Search taxonomies from the editor» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«Taxonomy Meta Box Filter – Search taxonomies from the editor» переведён на 1 язык. Благодарим переводчиков за их работу.

Перевести «Taxonomy Meta Box Filter – Search taxonomies from the editor» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.4.0

  • The filter now works in the block editor. It only ever appeared in the Classic Editor: the block editor builds its taxonomy panel with completely different markup, so the plugin found nothing to attach to and did nothing at all — on the editor WordPress has shipped by default since 2018. Hierarchical taxonomies and the most-used tag list are both covered, and a parent term stays visible while one of its children matches.
  • The search field placeholder can now be translated. It was written in Italian directly in the code.
  • The script is loaded as a file on the editor screens only, instead of being printed into the footer of every admin page.
  • Tested up to WordPress 7.1.

1.3

  • Converted to OOP structure.
  • Moved JavaScript to external file.
  • Added localization using wp_localize_script().

1.2

  • Refactored into PHP class.
  • Improved support for CPTs and non-hierarchical taxonomies.

1.1

  • Extended support to all taxonomies.

1.0

  • Initial release.