WordPress.com Stats is unable to work properly…
-
Hey guys, when I installed the new WordPress.com stats plugin, this error came up:
WordPress.com Stats is unable to work properly because your theme seems to lack the necessary footer code. Usually this can be fixed by adding the following code just before </body> in footer.php:<?php wp_footer(); ?>
I added that last bit of code at the end of footer.php before </body> but the problem still doesn’t seem to go away. Any suggestions on how to make this work? If it’s at all helpful this is what is in footer.php as of right now:
</div> </div> <?php do_action('wp_footer'); ?> <?php wp_footer(); ?> </body> </html>
Thanks in advance for any help you guys are able to provide!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘WordPress.com Stats is unable to work properly…’ is closed to new replies.