Hola,
no tenia ni idea pero lo he hecho asi, en esta web:
Enlace eliminado
entras al editor de tu template y en el archivo single post,
debajo del la linea php, deberias colocarlo.
Insertar CODE, HTML o PHP:
<h1><?php the_title(); ?></h1>
<?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>
Insertar CODE, HTML o PHP:
<?php get_header(); ?><script type="text/javascript">
<div class="post_content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>" style="margin-bottom:15px;">
<h1><?php the_title(); ?></h1>
<?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>
<div style="margin-left:130px; margin-bottom:10px; margin-top:10px;">
<script type="text/javascript"><!--
google_ad_client = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
/* xxxxxxxxxxxxxxxxxxx 8 336 x 280 */
google_ad_slot = "xxxxxxxxxxxxxxxxxxxxxxxxx";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="entry">
<?php the_content(); ?>