Replies: 1
I was wondering if anyone can aid in a page cache issue i’m having.
I have a custom post type(CPT) setup, along with it’s archive index page, Is there a way to purge cache when the CPT page is updated, and to also trigger the archive page to have it’s page cache cleared? I also have a similar problem, when updating a post (blog), my custom archive index (which is a page) needs to have it’s cache cleared manually, when ideally page cache should be purged when a post is added or updated.
Looking over existing forum posts here, there are discussions of clearing archive cache when posts are saved/updated, but I would like to apply this to CPT’s.
A quick google search shows how to achieve this programmatically with template code, but is there a workaround with the plugin it’s self?
Kind Regards.