[Plugin: WP Super Cache] WP servers old cache when new comments are done
-
Hello,
I want to ask for a solution to my problem with WP Super Cache.
Everything works very fast now thanks to the plugin, but when a comment is done, it doesn’t appear in the “Last Comments” part of my sidebar when I’m in the homepage. In fact, when I access a single post, the sidebar is updated, but not in the homepage.
The function which displays the lattest comments is:
<?php if (function_exists('get_recent_comments')) { ?> <?php get_recent_comments(); ?> <?php } ?>
I tried to make it dynamic but I can’t do it succesfully :\
Which options should I pick in the Advanced tab of Super Cache to reload all the cache when a comment is done?
Thanks in advantage.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WP Super Cache] WP servers old cache when new comments are done’ is closed to new replies.