• tatof

    (@tatof)


    hello,

    I’ve tried everything but I can’t find a solution to my problem.
    I’m using a post like plugin that works with ajax…

    But the w3 total cache totaly breaks the like system, its imposible to like a post now. Mostly the button doesn’t work but sometimes if your lucky it gives “null”.

    I’ve searched the web for a tutorial on how to exclude plugins and there files but I can’t find anything with those terms. I tried adding this to my single.php:

    define('DONOTCACHEPAGE', true);
    //Disables page caching for a given page.
    define('DONOTCACHEDB', true);
    //Disables database caching for given page.
    define('DONOTMINIFY', true);
    //Disables minify for a given page.
    define('DONOTCDN', true);
    //Disables content delivery network for a given page.
    define('DONOTCACHCEOBJECT', true);
    //Disables object cache for a given page

    But that also didn’t fix anything.
    Pls help me ??

    • This topic was modified 7 years ago by tatof.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude plugin from cache’ is closed to new replies.