Site logo

Archived topic

Remove Adsense from homepage

7 replies · Started by Charlie on July 26, 2018

Viewing posts 1–8 of 8

Hi guys,

First thanks for all the hard work, your theme rocks.

So I have been searching freaking everywhere but I cannot seem to find a solution to my problem. I am not really coding savy either so it doesn't help.

So basically,I have a top bar add on my site with adsense. I just want to remove it from my home page. It's fine to appear when clicking on categories and Co but I just want it removed from my homepage. Is there a way to do this easily?

Thanks.

Hi!

I have tipped this :

<?php if ( ! is_front_page() ) : ?>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- adsense top -->
<ins class="adsbygoogle"
style="display:inline-block;width:970px;height:90px"
data-ad-client="ca-pub-3584266708275304"
data-ad-slot="3354257043"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

<?php endif; ?>

But it doesn't work, the add is still up, is there anything I am doing wrong?

The code looks fine. Have you tried clearing any plugin / server caches?

I did but I am still experiencing the same issue.

In the hook have you checked Execute PHP ?

Thanks David! Really late answer I know but I did not check the PHP button!

Glad to hear you got it resolved :)

This archived topic is closed to new replies.