Ricsca
Well-known member
Is there a place to insert the code to display Google banners (automatically) on the site in admin?
I'm asking this because on my 2.2 site, I had inserted it in page_container, but when I upgraded to 2.3, I didn't add anything else, and the banners are still visible. Actually, I just realized I hadn't inserted it because I had to insert the code on a new site.
Code:
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6531794694579837"
crossorigin="anonymous"></script>
<!-- Fine Google AdSense -->
I'm asking this because on my 2.2 site, I had inserted it in page_container, but when I upgraded to 2.3, I didn't add anything else, and the banners are still visible. Actually, I just realized I hadn't inserted it because I had to insert the code on a new site.