In the Franz theme where should I enter the code below for new Goggle Universal analytic s?
Goggle fro some reason is no longer recognizing tracking codes in between head tags.
tracking Instructions from Goggle below:
PHP Implementation optional
Use the code above to create a file named “analyticstracking.php”, and include the file on each PHP template page. ( I did this)
Add the following line to each template page immediately after the opening <body> tag (where do i do this?)
<?php include_once("analyticstracking.php") ?>
this is the body tag I see, in :
Franz Josef: Theme Header (header.php)
</head>
<body <?php body_class(); ?>>
is this correct location for this code <?php include_once("analyticstracking.php") ?> here?