genel olarak yapıyı sağ sol diye ayıramazsınız. her postu sağ sol diye ayırmanız lazım.
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="post">
<div class="solbilgiler">
tarih, vs
</div>
<div class="sagbilgi">
yazı içeriği
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
solbilgiler class'ı, float:left olmalı. sagbilgi class'ı da float:right.