I tried this function from "Wiki 4 Thematic", since I start to use this my Google Analytics has show zero visits! It seems not to be working correctly. I did put my UA number in the field and in my functions.php.
What can be wrong?
Regards
Soren
function analytic_footer() {?>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-GOOGLE NUMBER HERE";urchinTracker();</script>
<? }
add_filter('thematic_after', 'analytic_footer');