I am using WordPress for the news section of my site, so it sits in /news/ but the headlines appear via php on my home page, /index.php
I do not want the home page cached, but it gets cached regardless, and I can't figure out how to define it so WordPress will think it's a page (which would let me tell WP Super Cache not to cache it.)
I can't figure out any other way to avoid having WP SC NOT cache my home page but still cache news/index.php -- and what's more, even when I tell it not to cache index.php, it seems to do so anyway.
Any ideas? I've been through WordPress' docs and there's lots of info on how to tell if something's defined as a page, nothing on how to define something as a page if you don't create it within WordPress.