Hi,
I have a Kirby site that has been running for a while now (on V3.10), which has an Events section. Each event is a page, with a start date and end date as part of the content.
There are now a lot of old events (over 1000) which are in the past and no longer needed. What would be the best way of getting rid of these automatically? Ideally I would like a process where any event where the end date is over 6 months in the past (for example) to be deleted.
I guess this might be a cron job / something for the Janitor plugin, but before I dig into those I thought I would ask here in case anyone else had had a similar issue and how they had solved it.
Kirby is actually still rendering the listing page extremely fast considering the number of entries!