Hello, i'm using Google Analytics plugin on my site http://skuvajme.com/.
I connected it to my account, but there's a problem. Code for GA is duplicated on site.
When i go to site and "view source" of home page, i see
<script type="text/javascript">//<![CDATA[
// Google Analytics for WordPress by Yoast v4.2.3 | http://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push(['_setAccount','xxxxxxxx']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]></script>
two times in header...
Can someone help me with this??
http://wordpress.org/extend/plugins/google-analytics-for-wordpress/