https://github.com/scribu/wp-category-checklist-tree
Preserves the category hierarchy on the post editing screen
https://github.com/scribu/wp-category-checklist-tree
wordpress
Last synced: 7 months ago
JSON representation
Preserves the category hierarchy on the post editing screen
- Host: GitHub
- URL: https://github.com/scribu/wp-category-checklist-tree
- Owner: scribu
- Created: 2010-12-08T02:09:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-11-11T14:00:30.000Z (over 12 years ago)
- Last Synced: 2024-10-18T15:53:34.837Z (over 1 year ago)
- Topics: wordpress
- Language: PHP
- Homepage: http://wordpress.org/plugins/category-checklist-tree
- Size: 137 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Category Checklist Tree
Contributors: scribu
Tags: admin, ui, categories, hierarchy
Requires at least: 3.4
Tested up to: 3.7
Stable tag: 1.3.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Preserves the category hierarchy on the post editing screen
## Description
On the post editing screen, after saving a post, you will notice that the checked categories are displayed on top, breaking the category hierarchy. This plugin removes that "feature".
Additionally, it automatically scrolls to the first checked category.
Works with custom taxonomies too.
Links: [Plugin News](http://scribu.net/wordpress/category-checklist-tree) | [Author's Site](http://scribu.net)
## Changelog
### 1.3.2
* fixed static warnings. props daankortenbach
### 1.3.1
* fixed compatibility with radio button plugins. props theoephraim
### 1.3
* WP 3.4 compatibility
### 1.2
* scroll to first checked category. Props to Sven Kronshage for the suggestion.
### 1.1
* support custom hierarchical taxonomies
### 1.0
* initial release
* [more info](http://scribu.net/wordpress/category-checklist-tree/cct-1-0.html)