I am using Drupal 5.x. Is there a way to delay a blog post from being published immediately and have it automatically posted on a specif date? Yes, there is a check box at the bottom which allows you to NOT publish a blog post. I want something that allows me to publish it automatically. I have worked on Wordpress and Subdreamer CMSs. Both have this exact feature. Is there a module or some other way of getting the Drupal CMS to publish content at a later time (on a specific date you give)?
This is the module you need: http://drupal.org/project/scheduler You have to ensure cron is running properly for this to work. You can use it for more than just blogs, it applies to any type of content node.