Home > Others > Analytics Doesnt Track your WordPress Pages?

Analytics Doesnt Track your WordPress Pages?

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();
?>
  1. No comments yet.
  1. No trackbacks yet.