Revision: 33449
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 8, 2010 22:01 by PM-Webdesign
Initial Code
<?php add_action('wp_footer', 'add_googleanalytics'); function add_googleanalytics() { ?> // Paste your Google Analytics code from Step 6 here <?php } ?>
Initial URL
http://www.wpbeginner.com/wp-tutorials/25-extremely-useful-tricks-for-the-wordpress-functions-file/
Initial Description
Code in die functions.php einfügen
Initial Title
Google Analytics in Wordpress einfügen
Initial Tags
google, wordpress
Initial Language
PHP