Is there any mean to exclude a *.php file to WP Super Cache?
I've in my single.php page an include news.php, the file news.php contains ten links to my last articles.
So I want to cache single.php but to exclude news.php that is included in single.php.
It is possible? How can I do that?