=== Admin Category Tree === Contributors: nos3b3ar Donate link: Tags: admin, categories, tree, menu Requires at least: 4.5.3 Tested up to: 5.9.3 Stable tag: 1.4.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Changes the classic Admin-Category-View to an collapsed Tree-View with +/- buttons. (for all Post-Types, also CPT) == Description == This plugin is very useful if you have a lot of categories (or custom taxonomies) in more then one level. It helps to see the only the first level categories at first. You can open the submenus by click on the +buttons Features: * Supports Gutenberg-Editor and Classic-Editor * Submenus are collapsed-in by default, except they have selected sub-items * The number of sub-items are displayed * Toggle (open/close) the submenus by + / - buttons * The font is bold if there are sub-items * It works with any custom taxonomy too Notes: It's very lightweight plugin. A simple solution by adding few lines of CSS an JS to the admin-area. less code, simple work. ;) You found a bug or have any questions or wishes? Please let me comment there OR submit bugs and patches to https://github.com/nos3b3ar/admin-category-tree == Frequently Asked Questions == nothing here yet :) == Installation == 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. That's it! Look at the Category-View e.g. in "New Post" == Screenshots == 1. Submenus are collapsed-in by default, except they have selected sub-items == Changelog == = 1.4 = * New: Supports Gutenberg-Editor now too = 1.3 = * New: The number of sub-items is now displayed * New: Parents with selected sub-items are open = 1.2 = * Tested for Wordpress 5.4.1 * Now, a selected item no more jump's out of the tree to the top of the menu. = 1.1 = * Refactored Code and updated readme = 1.0 = * First version