WP Manifestindependent plugin directory
manifest / utilities / taxonomy-checklist-order

Taxonomy Checklist Order

Taxonomy Checklist Order is a lightweight WordPress plugin that preserves the category and taxonomy hierarchy on the post editing screen.

by Ali Hasan · github.com/alihasandeveloper/taxonomy-checklist-order · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/alihasandeveloper/taxonomy-checklist-order/archive/refs/heads/main.zip

Taxonomy Checklist Order preserves the category hierarchy on the post editing screen by preventing checked terms from jumping to the top. By default, WordPress moves checked terms to the top of the list, which can break the visual hierarchy and make child terms harder to locate. This plugin ensures that your terms remain in their natural hierarchical order regardless of whether they are checked.

Key Features

  • Hierarchy Preservation: Prevents checked categories/taxonomies from jumping to the top of the list.
  • Improved UX: Makes it easier to manage hierarchical content by keeping parent and child terms together.
  • Lightweight: Zero configuration needed. Simply activate and it works.
  • Developer Friendly: Built with modern PHP Singleton pattern and follows WordPress Coding Standards.

Installation

  1. Upload the wp-taxonomy-checklist-order folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. That's it! The category hierarchy will now be preserved on all post editing screens.

Requirements

  • PHP: 7.4 or higher
  • WordPress: 5.0 or higher

License

This plugin is licensed under the GPLv2 or later.

Author