Watrix Drag Drop Reorder
by wataru takahashi 0 (0 reviews)

Watrix Drag Drop Reorder

Reorder posts, pages, custom post types, categories, tags and custom taxonomies with drag and drop, add sortable columns, and reorder the admin menu.

Watrix Drag Drop Reorder ranks #53,501 among WordPress.org plugins with 0+ active installations, and was last updated Sep 12, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.2
v1.4.2 Current Version v1.4.2
Updated 1 week ago Last Update on 12 Sep, 2026
Refreshed 8 hours ago Last Refreshed on
Downloads -82.3% this week Actively maintained
View on WordPress.org
Rank
#53,501
No change
Active Installs
0+
-100%
KW Avg Position
N/A
No change
Downloads
275
+1 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 30%
0+ 10+
33,761
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 7 more installs to reach 10+

Rank Changes

60,006 61,921 63,836 65,750 67,665 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
53,123 57,108 61,092 65,077 69,061 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #53,501
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 20 30 40 50 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.4.2
Last Updated
Sep 12, 2026
Requires WP
6.4+
Tested Up To
7.1.2
PHP Version
8.0 or higher

Support & Rating

Rating
☆ ☆ ☆ ☆ ☆ 0
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about Watrix Drag Drop Reorder

Post and page order is stored in the core menu_order column of the posts table. Term order (categories, tags and the taxonomies you select) is stored in the term meta key _wddr_term_order; for taxonomies ordered by WooCommerce (product categories) the same value is also written to WooCommerce's term meta order. The feature toggles, the selected taxonomies, the top-level admin menu order, the custom and hidden admin menu separators, and the per-menu label / icon / separator-style overrides are stored in eight options (wddr_settings, wddr_term_taxonomies, wddr_admin_menu_order, wddr_admin_menu_separators, wddr_admin_menu_hidden_separators, wddr_admin_menu_labels, wddr_admin_menu_icons and wddr_admin_menu_separator_style). Import backups (the previous values of the terms an import changed and the order the import wrote) are stored per taxonomy in options named wddr_import_backup_{taxonomy} and wddr_import_backupdata_{taxonomy}, listed in wddr_import_backup_taxonomies (none of them is autoloaded), until you undo the import or discard the backup. No database tables are added or altered.
Uninstalling deletes the plugin's own data: the options listed above and the _wddr_term_order term meta. WooCommerce's order term meta belongs to WooCommerce and is kept. The menu_order values are kept, because menu_order is a core field shared with other features (such as the page "Order" attribute); resetting it could break ordering you set elsewhere. Your content is never touched.
Drag and drop is paused while the list is sorted by a column (for example after clicking the Title, Author or a taxonomy column header, or when you arrive via a link that includes a sort). Reordering a column-sorted list would be ambiguous, so the plugin disables dragging and shows an admin notice instead. Click "Show default order" in the notice (or remove the sort from the column header) to switch back to the saved order — dragging works again immediately. Also make sure the feature for that screen is enabled in Settings > Sort Order.
Front-end ordering is off by default so that activating the plugin never changes your public site. Enable "Apply post order on front" (and/or "Apply term order on front") in Settings > Sort Order. Note that sticky posts still appear first — that is standard WordPress behavior.
The global order. Watrix Drag Drop Reorder keeps a single order per post type (and per taxonomy); it does not store a separate order per category filter. Reordering a filtered list updates the global positions of the rows you see.
No. Two ordering plugins change the same queries and fight over the result (for example, Category Order and Taxonomy Terms Order overrides the term order, and post ordering plugins write to the same menu_order field). Use one ordering plugin at a time. To switch without losing your order: In Settings > Sort Order, select the taxonomies you want to reorder under "Taxonomies" and save. Under "Import existing order", click "Check changes" and then "Import" for each taxonomy. Do this while the old plugin is still active — the data it saved stays in place either way. The order before the first import is backed up; "Undo import" restores it. If the old plugin is Category Order and Taxonomy Terms Order with Auto Sort on, you can instead click "Check current display order" and "Import current display order". That copies the order your site shows right now, which is the only way to keep it when the old plugin never saved an order (every term_order is 0) and the order is simply what the database returns. The settings page tells you whether its Auto Sort is on. Deactivate the old ordering plugin(s). Turn on "Apply post order on front" and/or "Apply term order on front" so the public site keeps the same order. Tip: turning on step 4 before step 3 avoids a short moment in which visitors see the default order. For product categories, turn on "Apply term order on front" too if your theme or blocks read them by name (the Store API does), because WooCommerce applies its own order only to queries that do not ask for a specific order. Product categories ordered by WooCommerce need no front-end setting: WooCommerce applies its own order, which the import has updated.
Run the import again. It only writes terms whose order is not yet up to date, so each run continues where the previous one stopped. The backup of an unfinished import is kept, so "Undo import" still returns to the order from before it started. "Check changes" shows 0 terms to update when it is complete.
No. These plugins store the post order in the core menu_order field, which Watrix Drag Drop Reorder reads and writes as is. After you deactivate them, the list screens keep the same order. For the public site, turn on "Apply post order on front" in Settings > Sort Order.
WooCommerce orders product categories (and product attributes) itself: it stores the order in the term meta order, sorts them that way everywhere, and adds its own drag and drop to the Product categories screen. To avoid two plugins fighting over the same screen and query, Watrix Drag Drop Reorder leaves these taxonomies to WooCommerce: it does not add its own drag and drop there and does not change their queries. When you import an existing order for product categories, the same order is written to WooCommerce's order meta as well, so the store shows the imported order right away. WooCommerce's previous order is backed up first and can be restored with "Undo import". To protect your store, the import is disabled when fewer than half of the terms have a saved order (it would mostly sort them by name; developers can change the ratio with the wddr_import_min_ordered_ratio filter), and "Check changes" shows how many terms WooCommerce currently orders differently — for example after you reordered them in WooCommerce — because importing again would revert them. With "Apply term order on front" on, WooCommerce's order is also applied to front-end queries of product categories that sort by name, such as the Store API, so the storefront keeps one order everywhere. Product tags are not ordered by WooCommerce, so they work like any other taxonomy. Developers can change which taxonomies are treated as WooCommerce-managed with the wddr_woocommerce_managed_taxonomies filter.
No. When existing posts have mixed or duplicate menu_order values, Watrix Drag Drop Reorder falls back to renumbering the visible page from the smallest value. This can temporarily overlap with neighboring pages, but the list stays stable (date is used as the secondary sort key) and the numbering self-heals the next time you reorder that page.

Sign In / Register

You need to sign in or register to use this feature.