Disable caching for a specific page
-
Hello and thanks for the wonderful plugin!
this might be a dumb question, but I haven’t been able to exclude a page from being cached. I want to exclude the file ‘page-users.php’. I went to Page cache > Never cache the following pages and tried adding a regexp based on the example on the FAQ.
Following the example on the website it should be
*/users
but this gives a regexp error, so I replaced it with:page-users\.php
I also addded
define('DONOTCACHEPAGE', true);
inside the filepage-users.php
. For some reason the debugging is also not working so I can’t really validate if it works properly or not. Some examples on the website would be nice!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable caching for a specific page’ is closed to new replies.