• hi,
    i’m displaying adsense ad under my header but i want to exclude it from certain pages what should i ad to code?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Do you use a plugin to add this adsense code? If yes search in the plugin’s specifications, maybe there is a way, or post the name of the plugin here. If you are just adding your adsense code by modifying the theme’s files then you need to use conditional tags like this:

    if (is_page( 'Page Name' ) ) {
        //show adsense
    }else{
       //nothing
    }
    Thread Starter bimmerime

    (@bimmerime)

    thanks for the reply, where should this go exactly?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘exclude adsense on certain pages’ is closed to new replies.