
Nobody Likes Me...
About a month after I started this Blog (maybe less) my Wordpress stats stopped working. I was too stupid at the time to notice that I had just coded my own theme from scratch. I figured it was because of one of my plugins, and just ignored it… until today. I got tired of having to use Google Analytics to get information on my visitors. After some Google searching I found this article.
Basically, it told me to put a piece of code in my footer.php file; then the little magical hamsters in my web server would show my my visitor stats again. Here’s the bit of code:
<?php wp_footer(); ?>
That’s all, just that tiny little bit of code. I wonder what other things were broken due to my not having it there… *ominous music*


















