Webo Reorder
WordPress plugin: drag-and-drop reorder for posts, pages, and CPTs (global menu_order + taxonomy order).
★ 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/dinhwp/webo-reorder/archive/refs/heads/main.zipWordPress plugin to reorder posts, pages, and custom post types with drag-and-drop.
Version: 0.3.0 · Requires: WordPress 6.4+, PHP 8.1+
Features
- Admin reorder screen with drag-and-drop, search, and pagination
- Global order via
menu_orderand taxonomy-specific order - Shortcode
[webo_reorder]and Gutenberg block Ordered list - Optional ordering on front-end and admin list queries
- Drag-and-drop on
edit.phplist tables for enabled post types - REST API:
/wp-json/webo-reorder/v1/
Installation
- Download the latest release or clone this repository into
wp-content/plugins/webo-reorder/. - Activate Webo Reorder under Plugins.
- Open Webo Reorder → Settings and enable the post types you need.
For WordPress.org distribution, use readme.txt in the plugin root (not this file).
Shortcode
[webo_reorder post_type="page" mode="global" limit="50" template="ul"]
Taxonomy mode:
[webo_reorder post_type="post" mode="taxonomy" taxonomy="category" term_id="12" template="ol"]
Development
composer install
composer run lint
Release zip (plugin only, no dev files):
powershell -ExecutionPolicy Bypass -File scripts/build-release-zip.ps1
Output: dist/webo-reorder-0.3.0.zip
License
GPL-2.0-or-later — see LICENSE.