Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 15, 2016 at 4:29 pm #598464 j_arendallParticipant I have some javascript to add to each page, Instructions are to add code before the </body> tag of each page. I dont see a place in WP admin to add., Just google analytics. Where do i add this code ive been given? March 15, 2016 at 4:32 pm #598470 YigitKeymaster Hi j_arendall! Please add following code to Functions.php file in Appearance > Editor function add_custom_js_to_pages(){ ?> <script> // YOUR CODE GOES HERE </script> <?php } add_action('wp_footer', 'add_custom_js_to_pages'); Cheers! Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In