Hi
Plug in installed, activated and configured. Google says no code has been inserted. In WP edit plugin status shows as "inactive" but plug in page says active. Looking at page source I see no google code inserted.
How to fix?
thanks
Hi
Plug in installed, activated and configured. Google says no code has been inserted. In WP edit plugin status shows as "inactive" but plug in page says active. Looking at page source I see no google code inserted.
How to fix?
thanks
Just put this before the </body> tag in the footer.php file.
<?php wp_footer(); ?>
THANK YOU smalbenet! You ROCK!!!!!
I just spend 2 hours trying to figure this out and this did it!
I can't find the place in my header to insert the google analytics code.
You should have wp_head in your theme to work with Google Analytics for WordPress.
This topic has been closed to new replies.