Here is my challenge:

  • I want to create a view that shows a list of posts on a blog.
  • I want to be able to have them sort chronologically.
  • I want to be able to include posts from older dates (I am moving content from another site and want to preserve the chronology)

I know that I can do this by creating a date_field for original_publication_date and then build a View that sorts using this.

My question is whether any of the scheduler modules would allow me to use 'publish_on' to do this?

Thanks.