Anybody using Wordpress theme clean-home ?
Posted: November 28th, 2008 | Author: Mihai Bojin | Filed under: Troubleshooting, Web | 2 Comments »Is anybody using the clean-home theme from wordpress ?
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.




