Page Menu Organizer
Configurable page hierarchy shortcuts for the WordPress Pages admin menu.
by Coded Letter · github.com/coded-letter/page-menu-organizer · website
★ 1stars
3release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/coded-letter/page-menu-organizer/releases/download/v1.1.1/page-menu-organizer-1.1.1.zipDeclares an update source (https://github.com/coded-letter/page-menu-organizer), so updates arrive through the plugin's own updater.
From the readme
Page Menu Organizer
Page Menu Organizer is a free WordPress plugin that adds configurable page
hierarchy shortcuts under the Pages admin menu.
Features
- Select any published top-level pages from Tools Page Menu Organizer
- Open a selected page's complete descendant hierarchy in one click
- See descendant counts directly in the Pages menu and settings table
- Keep draft, pending, private, scheduled, and published descendants together
- Use native WordPress capabilities, nonces, admin tables, and notices
- No account, tracking, external requests, or build step
Requirements
- WordPress 6.0 or newer
- PHP 7.4 or newer
Installation
1. Download page-menu-organizer-1.1.1.zip from the latest GitHub release.
2. In WordPress, open Plugins Add New Upload Plugin.
3. Select the ZIP, install it, and activate Page Menu Organizer.
4. Open Tools Page Menu Organizer and select the page hierarchies you
want in the Pages menu.
You can also clone this repository into
wp-content/plugins/page-menu-organizer.
How it works
The plugin stores only the IDs of selected published top-level pages in the
WordPress options table. Each selection becomes a shortcut under Pages.
Opening a shortcut f
Read the full README on GitHub →