I am working on a Wordpress site for a client. The site has a custom homepage. Every Saturday my client populates the homepage with new content, so old content gets removed and new content takes over. So the homepage gets updated once a week only.
Now, my client wants to be able to gradually populate the page with new content during the week and preview the changes (without regular visitors seeing the updated content) and schedule the homepage to be updated with the new content on Saturday for everyone to see.
Is there any way, after the homepage gets re-populated with new content on Saturday, to kind of "freeze" the page and serve static HTML to regular visitors, while logged-in users like my client will be able to see the dynamic version of the page and preview the changes they make to it they make during the week. And then the following Saturday to automatically "refresh" the page with the new content, and "freeze" it again?
Staging/version control environment would probably be an overkill here because it's just for one page (the homepage) and also because I don't think my client, a non-technical person, can manage staging that well. Caching plugins would probably not work either because, as I understand, if the users clear the cache in their browser it will show all the new content which they are not expected to see...
Any help would be much appreciated! Thanks!
futureand notdraft. this will also schedule the post to become published on a certain date like the OP wanted . @ninusik - you cn use thefuturepost with conditionalstatements in multiple loops to achieve exactly what you want. – Obmerk Kronen Dec 3 '12 at 9:43