>> How could you even do that? > > $source = file_get_contents(THEMEPATH . '/footer.php'); > if( strpos($source, 'wp_footer') === false ) { > //No footer action in theme > } podpress does it, as far as I can remember. it checks for wp_head and wp_footer, but I can't find where in its code, at least after a quick read.. Paolo