Wordpress stats don’t work after installing new wordpress theme
This happens to wordpress stats when you installed a new wordpress theme.You’ll notice that it is as if no one is visiting your site.The stats stays at zero and doesn’t change at all.
This problem originate from your wordpress theme that did not use the <?php wp_footer(); ?> in the ‘footer.php’ …
What you need to do is add back the <?php wp_footer(); ?> just before </body> tag in your wordpress theme footer.php and your graph will start show your site visits just fine.Couldn’t guarantee that it’ll make your graph higher thou :).
Here is where i got it from: wordpress stats faq.
Comments
No Comments
Leave a reply