Admin Category Tree =========== Admin Category Tree is a **WordPress plugin** to changes the classic Admin-Category-View to an collapsed Tree-View with +/- buttons. (for all Post-Types, also CPT) 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 > Note: It's very lightweight plugin. A simple solution by adding few lines of CSS an JS to the admin-area. less code, simple work. ;) ## Installation 1. This plugin can be install by... 1. Visiting the WordPress.org plugin page: https://wordpress.org/plugins/admin-category-tree/ 2. __OR__ Install the plugin through the WordPress plugins screen directly. Search for "Admin Category Tree" 3. __OR__ Manually by download the zip-file or clone ´git clone https://github.com/nos3b3ar/admin-category-tree.git´ the project-files into to a new folder `/wp-content/plugins/admin-category-tree` directory of your wordpress. 4. Go to the Plugins screen and click __Activate__. Check out the Codex for more information about [installing plugins manually](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation). ## Frequently Asked Questions > **Q:** Why moves a category to the top of the list (and out of the submenu-tree) after being selected? > **A:** By default Wordpress show all selected categories on top of the list. I don't changed this behavior. ## Bugs & Support Please raise any bug reports or enhancement requests here. Pull requests are always welcome.