WordPress Quickie: Don’t count your own Visits
We all want our stats to be accurate, So we don’t want to count our own visit on our stats.
Fauzi shows us how to do it in WordPress, just copy the php code below and add your Counter Code between it.
[code lang="php"]
< ?php global $user_ID; if ( !$user_ID ) { ?>
site counter code here
< ?php } ?>
[/code]Now, the counter code will disappear if your logged in.