You can add define('DONOTCACHEPAGE', true); to all of the pages that contain the random element loaded by the plugins, but there is no way to tell Quick Cache to exclude a specific plugin’s output from being cached.
For more information, please see Theme/Plugin Developers.
What would the exact code be? Something like this?
<?php
if ( !defined('DONOTCACHEPAGE') ){
define('DONOTCACHEPAGE',true);
}
?>
Okay on your website it says to use the following code.
<?php
define('QUICK_CACHE_ALLOWED', FALSE);
?>
I entered it on the home page and it is now not being cached.
Sorry about my previous message, please disregard.
Thanks for the reply. Unfortunately I use the random text plugins on most pages so this approach would not be possible. Thanks anyway 🙂
Wonder what ‘random text plugins’ are you talking about Frontman, out of curiosity, so I don’t break something on my websites, by installing Quick Cache. If you don’t mind sharing the wisdom.