9
Float
Add Google Analytic Code to WordPress Footer With add_action function
Show Summary | Posted by kevinliew 671 days ago | Category: Tutorials
Simple snippet to add script to your WordPress template footer without having to add it into your footer.php. You can use this to append Google Analytic Code by using add_action function and append your script to wp_footer. It's a cleaner solution so your html file always separate from Javascript.
Tweet This | Share to Facebook | Discuss | Bury






