Solving the problem with plugin WordPress.com Stats on WordPress 2.5
Postado em Guias25/04/2008 as 09:04:06
Tags: wordpress
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!
27/08/2008 as 09:08:03 at 09:08:03
hahah, it works! thanks for the head up…
02/09/2008 as 06:09:53 at 06:09:53
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?
08/09/2008 as 08:09:14 at 08:09:14
Yeah ..
Can u explain more detail ?
Thanks
08/09/2008 as 09:09:28 at 09:09:28
Ok cool now..
Thx for your info