

Monthly calendar with the backlog beside it — drag a draft onto a day to schedule it
Tidy Content Planner turns your WordPress admin into a visual content planning cockpit. See all your posts at a glance, drag and drop them to reschedule, and never miss a publishing slot again.
If you like this plugin, take a look at the rest of the Tidy suite:
The calendar interface is built with the WordPress Scripts toolchain. The uncompiled JavaScript source lives in the src/ directory, shipped with the plugin, and is compiled into build/.
To rebuild the assets from source:
npm install
npm run build