So I have two different head codes that I want to put on my site. How exactly do I combine them together. Should I just leave a line after the first code and put the second code under it? Are the two codes going to affect the operation of each other? Should I just put the second code in the space for footer code?
Generally you’ll have multiple sections of code in your page head, site head, page body, and site body. Which area you choose depends on how the code is designed to work ( it will have instructions typically ) and which pages you want to affect.
There isn’t any restriction on putting more than one different piece of code in the same head area, you just need to make sure they don’t conflict with each other.
Read the docs, and use the browser console to look for errors in that code.