/ Published in: PHP
Code in die functions.php einfügen
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php add_action('wp_footer', 'add_googleanalytics'); function add_googleanalytics() { ?> // Paste your Google Analytics code from Step 6 here <?php } ?>
URL: http://www.wpbeginner.com/wp-tutorials/25-extremely-useful-tricks-for-the-wordpress-functions-file/