Hi, I want to add script code inside body tag of my Wordpress website. Please let me know in Themes -> Editor where should I place this code. Where can I find body tag ? Can I place this code inside header template ?
You can find the <body> tag usually in your theme's header.php. Add script code just before <body> tag. Script codes usually go in header or footer.