arkadaşlar reklamları yazı bitimine alamıyorum. üstteki çizginin altına almak için tablomu açmam lazım nasıl olacak olmadı bi türlü üste alıncada sidebardakı başlıgın yanına yanı yazının en ustune gidiyor. onceki ve sonrakı konu ile etiketlerde kayma oluyor. sayfa bozuk gibi gozukuyor.
nası duzeltebilirim kod falan gereklımı ? neler gerekli ??
buda single.php kodlarım
<?php get_header(); ?>
<div id="content" class="group">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2 id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a> <a href="<?php comments_link(); ?>" class="commentsLink"><?php comments_number('Yorum Yok','1 Yorum','% Yorumlar'); ?></a></h2>
<div class="stamp">Yazan <?php the_time('g:i a'); ?> in <?php the_category(',') ?></div>
<div class="main">
<?php the_content('DEVAMINI OKUYUN... »'); ?>
<div style="float:left;">
Reklam kodları burada.
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<br>
<td>
<br>
<td>
<div class="meta">
<p>Yazan <?php the_author() ?> on <?php the_time('F jS, Y'); ?> <span class="edit"><?php edit_post_link('Edit'); ?></span></p>
<?php if ( the_tags('<p>Tagged with ', ', ', '</p>') ) ?>
</div>
<br>
<td>
<br>
<td>
<div class="navpost group">
<?php previous_post_link('<div class="alignleft"> « %link </div>'); ?>
<?php next_post_link('<div class="alignright"> %link » </div>'); ?>
</div>
<?php if ( comments_open() ) comments_template(); ?>
<?php endwhile; else: ?>
<div class="warning">
<p>Sorry, but you are looking for something that isn't here.</p>
</div>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>