Site logo

Archived topic

Disable GP Hooks on Homepage

3 replies · Started by Fernando on August 1, 2017

Viewing posts 1–4 of 4

Hello Tom

I'm using GP hooks After Entry Title to add a google adsense After title of all post I want to disable this in Homepage, Is it correct this code?

<?php if ( ! is_home() ) : ?>
Adsense Code
<?php endif; ?>

How to disable in all Pages (Only display on post)?

Thanks

Thank you Leo

I use <?php if ( is_single() ) : ?> to only show in post :D

No problem!

This archived topic is closed to new replies.