Hi, how can I add tracking codes inside the body tags and not in the header?
Also, how can I add code to a specific page?
Thanks.
Hi DROR!
Here is the body function at the API
https://codex.wordpress.org/Plugin_API/Filter_Reference/body_class
you can also use the is_page to track it and make it work only on one page.
Thanks a lot
Regards,
Basilis
Hi Basillis, not sure what I should do with the function at the API… Any chance you can be more specific?