- May 14, 2023
- 3,924
- 3,934
Draft Scheduler, Auto Post Scheduler, WP Scheduled Posts...honestly, I would just search on WP itself and give a shot in each one to see whichone works best
you can use the free plugin WP Crontrol to schedule drafts in bulk. It lets you create custom cron jobs and automate scheduling. Also, if you are comfortable with code, a small script using wp_schedule_single_event can handle this efficiently.Hey guys, I have to schedule around 1400 draft on WordPress, do you have any free plugin that can do this?
I can’t find anything
Use AI to create your own script. Make the code open source, and let the community refine it till it works.Draft Scheduler, Auto Post Scheduler, WP Scheduled Posts...honestly, I would just search on WP itself and give a shot in each one to see whichone works best