Add the following code to your WordPress theme’s function.php file, or a functionality plugin to add Google Analytics to a WordPress Theme – when not using a plugin.
// *ADD GOOGLE ANALYTICS TO WORDPRESS
add_action( 'wp_head', 'sent_google_analytics');
function sent_google_analytics() { ?>
*** Replace this line with your Google Analytics Code ***
<?php }
Share Your Two Cents