single.php dosyasında
<?php endif; ?>
kodunun hemen altına
css ile (TAVSİYEM)
<div style=" width:672px; height228px; overflow:hidden; border:0; padding:0; margin:0;">
<div style=" width:336px; float:left; height228px; overflow:hidden;">
1. REKLAM
</div>
<div style=" width:336px; float:left; height228px; overflow:hidden; border:0; padding:0; margin:0;">
2. REKLAM
</div>
<div>
veya html kodları ile
<table width="674">
<tr>
<td>
1.REKLAM
</td>
<td>
2.REKLAM
</td>
</tr>
</table>