Google Analytics
-
Hi guys,
I remember pasting the google analytics code above my </head> tag in header.php but Analytics wasn’t receiving the data, so I used the plugin but my theme page load is already way too slow so I want to do it with the code. I know I have to paste it again after each theme update…
I’ve deactivated and deleted the plugin but I still see this above </head> when checking my header.php:
<?php
// Google analytics
$google_analytics = themeple_get_option(‘googlecode’);
echo $google_analytics;
?>Do you know if that’s left from the plugin or if it’s from the theme ?
The theme has a box that says Google Analytics but when I paste it in I see Google on top of my site and it still doesn’t receive data… I’ve asked the theme developer and I think he’s a bit dumb cause first he took two weeks to answer saying I had to paste in header.php and when I asked what the box was for he said “oh yeah sorry, you can paste it there.” He doesn’t help at all so that’s why I’m coming here to ask for some help.Any idea ?
thanks in advance
- The topic ‘Google Analytics’ is closed to new replies.