Skip to content

Instantly share code, notes, and snippets.

@anandkumar
Created October 10, 2012 05:33
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save anandkumar/3863350 to your computer and use it in GitHub Desktop.
Save anandkumar/3863350 to your computer and use it in GitHub Desktop.
Google Tag Manager on Genesis
/**
* Add Add Google Tag Manager script on Genesis Framework
*
* @author Anand Kumar
* @link http://www.blogsynthesis.com/add-google-tag-manager-to-wordpress/#genesis-framework
*
*/
add_action('genesis_before', 'google_tag_manager');
function google_tag_manager() { ?>
<!-- Google Tag Manager -->
PASTE GOOGLE CODE MANAGER CODE HERE
<!-- End Google Tag Manager -->
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment