Tagged: tag manager
Hi there,
I am trying to place tag manager in enfold, and the spot in the enfold settings is the wrong location. I tried putting it into line 68 in the header php file, but it broke the design…. I am wondering if I am missing something, please help!
Thanks
Sina
Hey Sina!
Can you please post the link to your website and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
Yigit
Hi Sina!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){
?>
// Google tag manager code goes here
<?php
}
add_action('wp_footer', 'add_custom_script');
Cheers!
Yigit