Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve used WP Super Cache and entered strings in the field on the Advanced tab to prevent sections from being cached. There may be a similar feature in W3 Total Cache.

    If by section, you mean section of a site: then, it’s “Page Cache” tab > “Never cache the following pages”.

    If by section, you mean section of a page: then, it’s:

    <!--mfunc -->
    echo rand();
    <!--/mfunc -->

    Note that it’s “mfunc” not “mclude”. Also, do not use <?php ?> tags inside “mfunc”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dynamic content’ is closed to new replies.