1

If Site statistics module seems to be broken on your wordpress.org setup

Posted August 18th, 2010 in plugins, wordpress and tagged , , , , by Dainius

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. 

WPMU domain mapping
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
How to enable Themes and Plugins edit from WordPress Administrator panel
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
Change username for “Site admin” after installing WordPress MU
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
WPMU domain mapping
How to enable Themes and Plugins edit from
Change username for “Site admin” after installing WordPress

One Response so far.

  1. [...] 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 [...]

Leave a Reply