I am having some trouble getting Analytics installed in a clients word press website. Anyone bump into this problem before? I am not sure which PHP file I should put it in. I would think it would work in any of them. Should it be page.php? Thanks for any help.
MBA Colleges in Mumbai Add the following code in your theme’s functions.php file and don’t forget to paste your Google Analytics code from Step 6 here. <?php add_action('wp_footer', 'add_googleanalytics'); function add_googleanalytics() { ?> // Paste your Google Analytics code from Step 6 here <?php } ?>
thnx a lot your kind reply, i was in problem with this issue for my wordpress site. thnx for posting.
you should install google analytics plugin for wordpress, it will ask you only the ID of google analytics, if you added this it will added into your website. Thank you
The Google Analytics should be in the footer or header of the page. Most suitably the header.php or footer.php of the page.