Hi,
Am I correct in thinking you want to auto-delete events? Or do you just want to hide old events from view?
Yes, auto-delete events when they have pasted. This will save time logging in and deleting old events from the back-end.
Thanks,
-
This reply was modified 8 years, 2 months ago by
jecci.
Ok, thanks. But where i can setup that option?
That is what I would like to know? @caimin_nwl
Sorry folks, there’s no built-in option to do that. It would require some custom code to do the deleting, along with a way of firing the code at regular intervals, probably by using wp-cron.
It might be you could use a plugin like this one…
https://ww.wp.xz.cn/plugins/auto-prune-posts/
…or something similar to do this for you.