<h2 class="frontmetinler">Metinler</h2>

	<?php $cat = new WP_query(); $cat->query('showposts='.$mytheme['cat1posts'].'&cat='.$mytheme['cat1ID'].',-'.$mytheme['featured']); ?>

	<ul class="cat">

	<?php while ($cat->have_posts()) : $cat->the_post(); ?>
	<li>
	<h3><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
	<div class="fpost">
	  <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><img height="75px" width="100px" src="<?php echo ilk_resmi_al($post->ID);?>" /> </a>
	<p><?php the_excerpt_reloaded($mytheme['cat1excerpt'], '<a>', 'none', FALSE); ?>
	<br><a href="<?php the_permalink(); ?>" rel="bookmark" class="tabs">Devamı...</a>&nbsp;
	
	<a href="<?php comments_link(); ?>" class="icomment"><?php comments_number('0 Yorum','1 Yorum','% Yorum'); ?></a></p>
	</div><div class="clear"></div>
	</li>
	<?php endwhile; ?>

	</ul>


	<?php $morep = new WP_query(); $morep->query('showposts='.$mytheme['cat1more'].'&cat='.$mytheme['cat1ID'].',-'.$mytheme['featured'].'&offset='.$mytheme['cat1posts']); ?>
Çift sütun halinde görünmesini istediğim bölümün kodları bunlar.
Dünden beridir bununla uğraşıyorum ve iyice canımı sıktı.