Solving the problem with plugin WordPress.com Stats on WordPress 2.5
I installed WordPress 2.5 and the plugin WordPress.com Stats (and correctly configured it) but it not works and not show any stats.
I made same tests and to resolve this problem just insert the following code before on the file footer.php of your theme:
<?php wp_footer(); ?>
That’s it!
The plugin now will work fine!
5 comentários
hahah, it works! thanks for the head up…
In your post above you stated “insert the following code before on the file footer.php of your theme:”
Insert the code before what in the footer.php file?
Yeah ..
Can u explain more detail ?
Thanks
Ok cool now..
Thx for your info
Thanks. It worked on my blog too.