I have some 100 unpublished posts. I want to publish 1 random post every time a cron is run.

Is there a way or plugin to achieve this...

link|improve this question
what are the post times of all the posts? – Ashfame Apr 21 '11 at 6:22
Also, come up with a schedule of how you often you want this action to happen. cron is run on every page load, if you have something scheduled. At that rate all your posts would be published very quickly. Do you want a new post published daily/weekly/twicedaily? All those are standard schedules in WP that would be easy to set up. – goldenapples Apr 21 '11 at 8:25
feedback

2 Answers

You can also publish posts in the future. That way you wouldn't even need cron.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown