A few day after installing my own custom blog theme, the stats show a drop off of visitors on my site around the same day I performed the update. I was missing a small line of code that cause this to break.
In you footer.php file, add above the close body tag this:
<?php wp_footer(); ?>
That’s it. Enjoy!