I’m experiencing the same pain. Anyone able to help?
Why are you trying to bring back bad memories? I can’t deal with the pain of seeing them again!
That shouldn’t be a plugin problem, it’s just Google isn’t matching ads to the content of those pages.
I tried is_front_page() and it didn’t work for me.
This is what I did;
<?php if(is_front_page()) { ?>
True
<? } else {?>
False
<? } ?>
What it gave me on the home page was False.