Most theme authors fix themes in a timely manner, but others won’t 🙁 . There are times you will need to update WooCommerce templates yourself. Its easier than what you think, but it may take you some time. You need to determine what templates to update, make a backup of old templates and then restore …
Tag Archives: Wordpress
How to install Google Analytics code using the functions.php in WordPress
Using the WordPress functions file I was able to add the tracking code. It will then make the tracking code available to every page on your WordPress site. You will need to add this code to your theme’s functions.php usually located at: /wp-content/themes/<yourTheme> You will need to add this code at the bottom of your …
Continue reading “How to install Google Analytics code using the functions.php in WordPress”