Linux 软件免费装
Banner图

Controlled Draft Publisher

开发者 techygeekshome
更新时间 2026年8月11日 06:05
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 7.0.2
版权: GPLv2 or later
版权网址: 版权信息

标签

scheduler cron drafts content workflow publish automation

下载

1.2 1.7 1.7.1 1.4 1.5 1.3

详情介绍:

Publishes draft posts automatically on a schedule. Includes per-post-type intervals, an optional publishing window (e.g. only publish 9am-6pm on weekdays), email notifications, logging, and an admin dashboard with start/stop, manual publish, filter, and refresh controls. Features:

安装:

  1. Upload the plugin folder to the /wp-content/plugins/ directory, or install via the WordPress admin.
  2. Activate the plugin through the 'Plugins' screen in WordPress admin.
  3. Go to TGH → DP Settings to configure post types, intervals, publishing window, and email alerts.
  4. Use the TGH → Draft Publisher dashboard to start/stop the scheduler or manually publish drafts.

屏幕截图:

  • Recent Activity: Recent activity log with all information about posted items.
  • Settings: select post types, intervals, publishing window, and email alerts.

升级注意事项:

1.7 Adds a "Next Up" dashboard preview and a per-post auto-publish exclusion option. Tested with WordPress 7.0.2. No settings changes needed. 1.6 Settings pages have moved under a shared "TGH" admin menu. Your saved settings and scheduled jobs are unaffected — only the menu location changed. 1.5 Adds per-post-type intervals, publishing windows, email alerts, and uninstall cleanup. Recommended for all users. 1.2 Improved scheduling and timezone handling. Recommended for all users. 1.1 Added CSV export and visual stats. Upgrade for better reporting. 1.0 Initial public release.

常见问题:

Can I control which post types are published?

Yes, you can select one or more post types in the plugin settings, and optionally give each one its own interval.

Can I stop it publishing overnight or on weekends?

Yes. Enable the publishing window in Settings and set a start/end time, and optionally tick "Skip weekends".

Does it support custom intervals?

Yes, set the number of minutes between publishes globally, or override it per post type.

Can I get an email when something is published?

Yes, enable email notifications in Settings and set the address to send to (defaults to the site admin email).

Is publishing logged?

Yes, if logging is enabled the plugin stores a rolling activity log and updates the last/total counters.

How does scheduling work?

The plugin uses WordPress cron (WP-Cron) to schedule publishes. For low-traffic sites, set up a server cron job (e.g., */5 * * * * wget -q -O - https://your-site.com/wp-cron.php) for reliable timing.

Can I manually publish a draft?

Yes, use the "Publish Now" button on the dashboard to publish a draft immediately.

Can I stop one specific draft from being auto-published, without changing my settings?

Yes. Open the draft in the editor and tick "Exclude this draft from auto-publish" in the Draft Publisher box in the sidebar. It's skipped until you untick it or publish it yourself — your interval and post type settings are unaffected.

How do I see what's going to publish next?

The dashboard's "Next Up" panel lists the next few drafts in the order they'll actually go out, using your current post type/category settings.

更新日志:

1.7.1 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0