How to place script on the head tag

Posted in: Newspaper
Post count: 70

Hi,
I want to register with Google Ads and they ask me to Paste it into the HTML of http://www.olufemikusa.com, right after the <head> tag.

How can I do that?

<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-4721452468471024”,
enable_page_level_ads: true
});
</script>

Regards

Post count: 6600

Hi,

You can edit theme’s header.php file and place your code like this: https://www.screencast.com/t/7agEqlqFFrW

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.