Title: Google Analytics
Last modified: August 22, 2016

---

# Google Analytics

 *  [thatchiccray](https://wordpress.org/support/users/thatchiccray/)
 * (@thatchiccray)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/google-analytics-106/)
 * Hi,
    Just wondering, if I am looking to add the code to my google analytics into
   the theme, where would the best place be? I’m looking at the theme’s code on 
   editor, however I’m not sure where to paste it as it seems to be not connecting.
 * Thanks!
    My site is at [http://www.thatchiccray.com](http://www.thatchiccray.com)

Viewing 1 replies (of 1 total)

 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/google-analytics-106/#post-5235732)
 * Hi,
 * You can do it by adding the below code in your theme’s functions.php file.
 * I would advice you to do the changes using a [Child Theme](http://drujoopress.wordpress.com/2013/05/14/child-theme-a-boon-for-the-wordpress-developers/)
   to keep the changes preserved even after the update.
 *     ```
       add_action( 'wp_head', 'mpm_google_analytics');
       function mpm_google_analytics() { ?>
       <!-- REPLACE THIS LINE WITH GOOGLE ANALYTICS CODE -->
       <?php }
       ```
   
 * Hope it helps
    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Google Analytics’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fashionistas/1.9/screenshot.png)
 * Fashionistas
 * [Support Threads](https://wordpress.org/support/theme/fashionistas/)
 * [Active Topics](https://wordpress.org/support/theme/fashionistas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fashionistas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fashionistas/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/google-analytics-106/#post-5235732)
 * Status: not resolved