=== Pre Date Future Post === Contributors: brofield Tags: postdate, posts, date Requires at least: 2.6.1 Tested up to: 2.6.1 Stable tag: trunk == Description == This plugin allows you to automatically post entries with a post-date in the past, but not have them posted automatically until some time in the future. For instance, your blog may be a diary and you need to catch up on a few entries. You write 5 entries that cover the last couple of weeks, but want to release the new entries in a trickle of one per day instead of just publishing them all at once. That is where this plugin helps. How to use it: * Write the post, set the post status to "Pending Review" and save. * A new section will appear below the post text called "Make Post Public Date". * Set the date for the post to automatically become public at some time in the future. * At midnight GMT on that date the post will automatically be changed to "published". Notes: * A new column will be added to the post list showing the future date for a post to be made public. * This plugin uses this post status for it's own meaning. If you use pending review yourself then this plugin will not be useful to you. * The plugin hooks into the wp cron processes and runs every hour. == Credits == Much of the code from the Post Expirator plugin by axelseaa was filched. == Installation == This section describes how to install the plugin and get it working. 1. Upload 'pre-date-future-post.php' to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress