Small, but annoying problem. Sometimes Site Stats cease to function. No changes in graphs. In first place I thought it's because one blog is in domain.com while another in subdomain.domain.com (sort of traffic collision). Finally found, that reason is prosaic - missed one function in theme code:
<?php wp_footer(); ?>
right before
</body></html>
in footer.php.
P.S. Remember ALWAYS make backup copies before you start editing theme files.
Related Posts SliderRelated Posts
If You planning to have some blogs under one WordPress installation (which is pretty easy and handy after Wordpress 3.0 released) first of all consider to install as subdomain option. ...
READ MORE
Source
1. Search for the term “unset( $submenu['themes.php'][10]” in mu.php, you will find only one search result. At that place, you ned to make changes. We have provided below the before ...
READ MORE
First thing You should do after WordPress MU (prior to 3.0) install is to change username for SiteAdmin.
First thing I've noticed after install was SiteAdmin username is "admin" - extremely ...
READ MORE



[...] This post was mentioned on Twitter by Violetta, kurapka. kurapka said: RT @hackerWP If Site statistics module seems to be b.. http://ow.ly/1rwLh7 #footer #plugins #statistics #theme #wordpress [...]