Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Adsense

Home / Forums / Virtue Theme / Adsense

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 28, 2016 at 2:14 pm

Sticky Ads,
Where can I put a ad code from adsense that is supposed to go on the entire site?

Example HTML page with the Page-level ad code added in the <head> tag

<html>
<head>
<script async src=”
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-123456789”,
enable_page_level_ads: true
});
</script>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
</body>
</html>

  • The forum ‘Virtue Theme’ is closed to new topics and replies.