where I can put code?
Hi Muffingroup.
First, I must tell you, that your theme for wodpress is fantastic. It's easy to use and I can make almost everything. Thank you very much for that.
I have a question. I'm using Hotjar analytics to visualize what my client are doing on my site. And I must put some code to my webpage.
This is code:
<!-- Hotjar Tracking Code for http:.....-->
<script>
(function(h,o,t,j,a,r){
(...)
</script>
The Tracking Code below should be placed in the <head> tag of every page you want to track on your site.
So, where I can put this code? I can't find /head at theme editor.
thank you
Comments
if above code needs to be placed in the <head> tag, you need to play with header.php file.
Thanks!