If so, if you’re wondering why a plugin that uses the footer to output some analytics data (like Joost’s Google Analytics for Wordpress plugin) doesn’t quite work… read on !
I didn’t check my analytics stats for arond 2 weeks, only to find that I had absolutely no visits during that time.
The solution:
Go edit the footer.php file in the clean-home theme and add the following line just above the </body> tag:
<?php wp_footer(); ?>
Now all the plugins that register actions to that zone will be able to properly output the HTML/JS/whatever code.
I hope Brian will have time to perfect Wordcraft or at least that I will find the time to also do one blogging platform as I’ve been meaning to for some time now.