• Sorry y’all there’s a challenge I’m having with W3 total cache and I’m not sure I’m doing something right. It’s a critical issue for me.

    All I need is to be sure the plugin never caches the footer.php call on any page.

    In the “page cache” area under “Never cache the following pages” I have this line:
    wp-content/themes/mythemedir/footer\.php

    Is that correct for my needs?

Viewing 2 replies - 1 through 2 (of 2 total)
  • My impression is no. If its included the standard wp way adding
    define(‘DONOTCACHEPAGE’, true);
    to it should yield the desired result. It disables page caching for a given page.
    For more info on not caching various pages see the plugin FAQ .
    How do I implement fragment caching?
    How can I prevent caching directly in my templates etc?

    @pnnetbuy1, you’d need to use fragment caching.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘W3 Total Cache Ignore footer.php In Theme’ is closed to new replies.