Viewing 1 replies (of 1 total)
  • <!–WP Widget Cache End –> does not show if you are previewing and loged in to WP as admin. Logout and view the source, it shows.
    BTW. I was having WP Widget cache incompability problems with IE 8 and 9, which, I believe I fixed. Do not ask me much details, as I am not good PHP. I added followwing to widget-cache.php before any existing code:
    <?php

    // Above Headers Sent By PHP.

    session_cache_limiter( ‘nocache’ );

    // Start Session.

    session_start( );

    // Override Headers.

    header( ‘Cache-Control: no-cache, must-revalidate, post-check=3600, pre-check=3600’ );

    ?>
    Every thing is normal in IE9 and IE8.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Widget Cache] Not working? not in page source’ is closed to new replies.