How to add google analytic code in wordpress?

1.<?php
2.add_action('wp_footer''add_googleanalytics');
3.function add_googleanalytics() { ?>
4.// Paste your Google Analytics code here
5.<?php } ?>



paste this code in your theme function file  (default: function.php)

No comments:

Post a Comment