Publish Post At a Future Date & Time
Is there an easy way to do this currently? I tried setting the "Date Added" for the post to a time in the future to see if that would cause it to be unpublished now and published at that time, but it doesn't seem to work.
Is there a way to do this that I'm missing?
Comments
if ($t == 'blog_posts') { $where[$tables[$t].'.post_date <= '] = datetime_now(); }
Thank you very much.