Have you followed the correct steps in setting up the account:
https://support.google.com/adsense/answer/7584263?hl=en
Then the steps for adding the verification code to your Wonder CMS template:
https://support.google.com/adsense/answ ... opic=28893
So as per the example, you would open:
root/themes/YOURTHEME/theme.php
Locate:
Code: Select all
<html>
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-YOUR-AD-ID-HERE" crossorigin="anonymous"></script>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
</body>
</html>
I don't use Adsense myself but let us know how you get on with that, thanks.
