Hi, I’m using Sage+Soil, and since now I have no problems. I’ve been using soil to add Analytics snippet this way in config.php:
add_theme_support('soil-google-analytics', 'UA-000000-00', 'wp_head');
But now I need to add other tracking code. I’ve tried this:
add_theme_support('soil-google-analytics', 'UA-000000-00', 'wp_head');
add_theme_support('soil-google-analytics', 'UA-000000-01', 'wp_head');
But It seems It’s not working, It only puts the last one tracking code. Am I doing something wrong, or Soil is not compatible with this need?
Thanks in advance.Diego