=== Admin Category Tree === Contributors: nos3b3ar Donate link: Tags: admin, categories, tree, menu Requires at least: 4.5.3 Tested up to: 4.5.3 Stable tag: 1.0 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 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: * Submenus are collapsed-in by default * Toggle(open/close) submenus by + / - Buttons * Categories appears in bold if there have a submenu 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 == = Why moves a category to the top of the list (and out of the submenu-tree) after being selected? = By default Wordpress show all selected categories on top of the list. I don't changed this behavior. == 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 2. After clicking Products+ and Clothes+ == Changelog == = 1.1 = Refactored Code and updated readme = 1.0 = * First version