Archive

Posts Tagged ‘google’

Analytics Doesnt Track your WordPress Pages?

May 28th, 2010 No comments

1.Please do ensure that any of your google analytics plugins already activated

2. Do setting including your urchin code

3. Make sure that your footer template (usually footer.php) called wordpress function which is wp_footer.

<?php
wp_footer();
?>