Posts com a tag: ‘wordpress’


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!

Relacionados:

  • Sem posts relacionados