

The Scheduled Content widget grouping posts by when they're due
Scheduled Content Dashboard gives you a clean view of everything queued up for publication. It adds a dashboard widget grouping scheduled content by when it’s due, a full editorial calendar page where you can drag posts to different days, flags posts WordPress failed to publish on time, and quietly republishes them for you.
Most scheduling plugins bolt on social sharing, complex settings, and marketing upsells. This one doesn’t. It shows what’s scheduled, lets you reshuffle it, and keeps it publishing. That’s it.
future status past their date are flagged in redThis plugin does not collect data, send data to external servers, use cookies, or track users. Everything displayed is already in your WordPress database.
scheduled_content_dashboard_query_args — filter the WP_Query args used for the scheduled content list.
scheduled_content_dashboard_auto_fix_missed — return `false` to disable the auto-publish of missed scheduled posts.
Base namespace: scheduled-content-dashboard/v1. All endpoints require a logged-in user with the edit_posts capability.
GET /scheduled — list scheduled posts (query args: post_type, author, limit)GET /missed — list missed scheduled postsGET /counts — return { total, scheduled, missed }POST /publish/{id} — publish a scheduled post nowPOST /reschedule/{id} — change a scheduled post’s publish date (body: date in any format strtotime() understands)