single.php dosyası bu, normal google reklamı gibi bir reklam türü koyacam o kadar.

<table width="560" border="0" cellspacing="0" cellpadding="0" style="margin:0px 0px 10px 0px;">
              <tr>
                <td class="ilxbaslik" valign="top">
                  <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Watch <?php the_title(); ?>"><?php the_title(); ?></a><?php edit_post_link(__(' - Edit'), ' · ', ''); ?></h2></td>
      </tr>
              <tr>
                <td class="larkax">
                  Synonyms: <b><span class="Apple-style-span" style="color: red; font-style:italic"><?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo $tag->name . ', ';
}
}
?><?php the_title(); ?> info</span></b>
                  <div style="float:right; padding-bottom:10px; padding-left:10px; padding-right:10px">Konu içindeki 300x250 banner burada
  </div>
    <div class="iltext"><?php the_content(__('More... &raquo;'));?>
      </div>
  <div style="float:left; padding-bottom:10px; padding-left:15px; padding-right:10px">Video altındaki Reklam burada</div></td>
      </tr>
              <tr>
                <td class="lalyx"><div class="ildate"><?php the_category(', ') ?>&nbsp;&nbsp;-&nbsp;&nbsp;<?php the_time('d F Y'); ?></div></td>
      </tr>
              </table>