Hello.
I have to insert a verification (for Zanox) in my site’s header .
I already have a Google Analytics traking code. The new tracking code is for an afiliate program. Where can I place it? If I place it with the Google tracking code it causes an error for Google analytics, it stops showing the visits in my website.
Thanks.
Fabiana.
Hi faterra!
You would place it into your header.php file either directly or with a function.
Cheers!
Devin
Hi Devin,
Thanks for your reply, and how do I do that?
Thanks.
Fabiana.
Hey!
Via FTP, however if the verification script is a HTML/JavaScript snippet you could put it alongside the GA code, like:
Cheers!
Josue
That should be put inside the <head> tag, try adding this to your theme functions.php:
function zanox_meta_tag() {
echo "<meta name='verification' content='1e7eb744d2c73df06f2b4' />";
}
add_action('wp_head', 'zanox_meta_tag', 10, 0);
Regards,
Josue
Josue
Thanks so much, I’ll do this.
Regards.
Fabiana.
Hope it does the trick :)
Best regards,
Josue
Thank you all!
You can consider this support closed.
Regards.
Fabiana.
You are welcome, always glad to help :)
Regards,
Josue