=== Nims Content Order Manager ===
Contributors: nims2002
Tags: order, sort, drag and drop, custom post type, menu
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Drag-and-drop ordering for Posts, Pages, Custom Post Types, Taxonomies, Navigation Menus, and the WP Admin Menu — all from one screen.

== Description ==

Nims Content Order Manager provides a single, intuitive interface to reorder WordPress content and navigation items without third-party frameworks or extra database tables.

= Key Features =
* **Posts, Pages & CPTs**: Uses core `menu_order` field for seamless compatibility.
* **Taxonomies**: Order Categories, Tags, and Custom Taxonomies via term meta.
* **Navigation Menus**: Simple drag-and-drop ordering for nav menu items.
* **Admin Sidebar Menu**: Customize the order of the left-hand WordPress admin menu.
* **Consolidated Admin UI**: Manage all ordering settings from one clean, responsive dashboard tab.

== Installation ==

1. Upload the `nims-content-order-manager` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to **Nims Content Order Manager** in the admin menu to enable ordering options and drag items into place.

== Frequently Asked Questions ==

= Does this plugin create custom database tables? =
No. It utilizes WordPress core columns (`menu_order`) and term meta (`ncom_order`).

= Will it affect my theme template queries? =
Post type queries will respect custom order automatically when ordering is enabled.

== Screenshots ==

1. Content Ordering tab for posts and custom post types.
2. Taxonomy Ordering tab for categories and custom taxonomies.
3. Navigation Menu ordering interface.
4. Admin Sidebar menu ordering interface.

== Changelog ==

= 1.0.0 =
* Initial release.


