@james..
i found what u mean by Add blog to WordPress.com account but the following error have…but the plug in is active without showing anything in plug dashboard. Below is the error
WordPress.com Stats
Error from last API Key attempt:
The owner of that API Key (xxxxxxxx) is not on the access list for this blog (abcdefgh). To be added to the access list, you must contact support.
The API key “aaaaaaaaaa” belongs to the WordPress.com account “fffffffff“. If you want to use a different account, please enter the correct API key.
Note: the API key you use determines who will be registered as the “owner” of this blog in the WordPress.com database. Please choose your key accordingly. Do not use a temporary key.
Also i have done the following code
<script src=”https://stats.wordpress.com/e-201038.js” type=”text/javascript”></script>
in the footer php
is it correct what i have done as below in my footer.php ( i show part of it)
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
</body>
<script src=”https://stats.wordpress.com/e-201038.js” type=”text/javascript”></script>
</html>
for your info my theme is Twenty Ten
tq for your guide