Hi!
I created a site for a theater. I used your plugin for my client to add the date and time of the show.
I would like to know if it is possible to provide for the archiving of all shows (articles) once the show begins?
Thanks for your answer.
Gaëlle
Do you mean altering the post status or something after the date and time in the field.
You would need to set up a Cron. The Cron would do a WP_Query() to get all the posts you want to check, compare the field value with the current date/time, and if it is passed then update the post.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.