Return to Snippet

Revision: 47743
at June 15, 2011 18:40 by paulund


Initial Code
<?php
add_action('wp_footer', 'add_googleanalytics');
function add_googleanalytics() { ?>
// Paste your Google Analytics code from Step 6 here
<?php } ?>

Initial URL


Initial Description


Initial Title
Add Google Analytics to wordpress without plugin

Initial Tags
google, wordpress

Initial Language
PHP