By gerlos on
Hello everyone!
I'm working on a blog-like website. I have a lot of content already done (12-15 articles), but don't want to post it all in one time. I'd prefer to post one article every one or two days, so users will see periodic updates.
Is there a way in Drupal to add all these articles and create a schedule for publishing them?
The nicest thing would be something that looks if there is already a new post today, and delays the publishing of the first article in the queue to the next day, so the website will look frequently updated from the user point of view.
Comments
Scheduler module
The Scheduler module will do most of what you want.