• I want to insert the tracking code to track the number of views on my website but I am unable to find where the file is that it is referring to. I am supposed to insert the tracking code immediately before the </body> tag of each page I am planning to track. Right now, that is just my homepage, so where is it I go to do this?

Viewing 1 replies (of 1 total)
  • in most themes the </body> tag is in the theme’s footer.php – however this would naturally put the code on every page of the site

    not sure – might work in theme’s index.php between

    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

Viewing 1 replies (of 1 total)

The topic ‘Insert tracking code’ is closed to new replies.