After an upgrade to WordPress 2.9.2 shows visitor maps only me in the administration area. No other users, neither registered not registered, not even Bots ...
Thanx
After an upgrade to WordPress 2.9.2 shows visitor maps only me in the administration area. No other users, neither registered not registered, not even Bots ...
Thanx
Your theme could be missing the wp_head hook
http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head
See here for a similar problem and the fix:
http://www.micheledallatorre.it/blog/2009/04/10/solved-ocean-mist-20-and-problems-with-firestats/
Make sure you have the following line:
<?php wp_head(); ?>
in the theme file header.php just after the tag
<head>
Thank you,
the line was at the bottom of the header.php.
It works now... :-)
This topic has been closed to new replies.