I am trying to add banner ads to my site.
However, no matter what I do, I can not get my google adsense ads to work in my template.
Can you please help?
I'd like to show the ads on all pages (including new articles).
below is my google code:
<script async src="//http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9111469034557365",
enable_page_level_ads: true
});
</script>