No Google Analytics code rendered in the header?

Thanks @Danijel for providing the link to their github. I’ve played around with the theme and I found that you should make changes here https://github.com/presscustomizr/customizr/blob/dev/templates/head-no-model.php It seems that the code from here https://github.com/presscustomizr/customizr/blob/dev/header.php#L10 is executed and doesn’t reach to your added code. I was able to see the GA script after adding the code in … Read more

How to know email address of visitors to my wordpress website [closed]

I’m not sure if this is legal in all countries but you can send the emailadress back to you by adapting it in the link the user clicks to your website. e.g. The email they receive has a button that links to your website. the url of the button looks like this: <a href=”http://www.yourwebsite.com?email=”[email protected]””><img src=”button.jpg”></a> … Read more

Google Tag Manage – to use or not to use

I don’t see any reason to change if all is working fine as it is, and you don’t need to add anything new supported by tag manger. I use my own plugin to integrate analytics and few other things, and I don’t plan to waste time doing exactly the same thing using different tools, and … Read more