Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Site wide stats?


Boone Gorges
Keymaster

@boonebgorges

function here_are_my_stats() {
?>
// Put your statcounter/google analytics/whatever javascript code here
<?php
}
add_action( 'wp_footer', 'here_are_my_stats', 999 );

Put it in a PHP file and drop into mu-plugins.

If you use Google Analytics, you can filter by subdomains: http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55524

Skip to toolbar