Google Sitespeed tracking in section, not in header.php
-
Hello All,
I’m using the wordpress theme “Bold” by Elegant Themes.
I’m seeing the following Google tracking code in the first few lines of my all my pages code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" prefix="og: http://ogp.me/ns#"> <head profile="http://gmpg.org/xfn/11"><script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-37386234-1']);_gaq.push(['_setDomainName','www.michaelthehayes.com']);_gaq.push(['_setAllowLinker',true]);_gaq.push(['_setSiteSpeedSampleRate',100]);</script>However when I looked up Header.php to try and remove the tracking code (not sure how it ended up there), I’m not seeing it. See Header.php code below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php elegant_titles(); ?></title> <?php elegant_description(); ?> <?php elegant_keywords(); ?> <?php elegant_canonical(); ?>No mention of Google tracking code, that I can see.
Any idea how this got in here? How I can get it out, if its not even appearing in the header.php?
Thanks!
-M
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Google Sitespeed tracking in section, not in header.php’ is closed to new replies.