<?php
add_action ("template_redirect", "my_nocache_headers", 1);
function my_nocache_headers ()
{
$one_of_these_post_or_page_ids = array (1, 2, 3);
if (is_singular ($one_of_these_post_or_page_ids))
nocache_headers ();
}
?>
Statistics: Posted by Jason Caldwell — September 2nd, 2011, 6:42 pm
Statistics: Posted by Cristián Lávaque — September 1st, 2011, 11:28 pm
Statistics: Posted by hcibrent — September 1st, 2011, 7:22 pm