Hola, el código que me proporcionó Nekko lo coloco en el single.php tal cual lo ves aquí:
Cita: <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>" class="entry-title"><?php the_title(); ?></a></h1>
<?php
$adsense = get_post_meta($post->ID, 'adsense', TRUE);
if ($adsense == 'no') {
//
} else { ?>
<!-- <script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxxx";
/* 336x280, creado 24/11/10 */
google_ad_slot = "1157205683";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> --->
<?php } ?>
Una vez pegado el código ya no se ve ningún anuncio en ninguna entrada.
Aún así me voy a una entrada de las que no quiero que se vea adsense y creo un campo personalizado. El nombre: adsense y el valor: no
Tal cual se ve en la imagen.
Así es como lo estoy haciendo.
Gracias por el interés. Saludos!!