• I use WP Super Cache and now, I want to use AdRotator to show ads on my blog.

    Ads are not static content, so I activate HALF ON mode (as FAQ of WP Super Cache says) and before, I write on my sidebar.php:

    <!–mfunc adrotate_banner(‘1’) –>
    <?php echo adrotate_banner(‘1’); ?>
    <!–/mfunc–>

    And doesn’t work. So even I tried:

    <!–mfunc echo adrotate_banner(‘1’) –>
    <?php echo adrotate_banner(‘1’); ?>
    <!–/mfunc–>

    With both, the first time I load the blog seems to be ok. But when the page is cached, and I reload, the sidebar (where I put the code) disappear.

    It’s a big trouble to me. Any idea? Thanks a lot

    http://ww.wp.xz.cn/extend/plugins/wp-super-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • chen

    (@chen)

    Hi, were you able to resolve this issue?

    How did you do it?..

    Thanks,

    chen

    teamplaylotto

    (@teamplaylotto)

    I just had the same issue.

    mine worked (without compression enabled) by editing the wp-cache-config.php in /wp-content/

    look for wp_super_cache_late_init = 0 and change it to 1

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘mfunc not work fine using WP Super Cache’ is closed to new replies.