<?php add_action('wp_footer', 'add_googleanalytics'); function add_googleanalytics() { ?> // Place the code you get from Google Analytics here <?php } ?>