Archived topic
Remove Adsense from homepage
7 replies · Started by Charlie on July 26, 2018
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 there,
if you're using GP Hooks to add the adsense code then you can wrap it in a conditional tag:
https://docs.generatepress.com/article/using-hooks-conditional-tags/
Hi!
I have tipped this :
<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 :)