bu resimde gördüğünüz gibi temamda haberler iki sütun oluyor bunu nasıl tek sütuna çevirebilirim.
isterseniz ana index şablonunun kodunu da vereyim düzeltirseniz sevinirim

 
<?php get_header(); ?>


<?php
$the_query = new WP_Query('showposts=1&orderby=post_date&order=desc&cat='.get_option('featured_post_cat_id'));
while ($the_query->have_posts()) : $the_query->the_post();
$do_not_duplicate = $post->ID;
?>


">

<h4><?php the_category(', ') ?></h4> <h5> - <?php the_time('F j, Y'); ?> - <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></h5>


<h2>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
<?php the_content('Read the rest of this entry »'); ?>



<?php endwhile; ?> 
<?php while (have_posts()) : the_post(); 
if ( $post->ID == $do_not_duplicate ) { continue; update_post_caches($posts); }
?>


">

<h4><?php the_category(', ') ?></h4> <h5> - <?php the_time('F j, Y'); ?> - <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></h5>


<h2>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
<?php the_content('Read the rest of this entry »'); ?>


<h4>">Continue ...</h4>





<?php endwhile; ?>
<?php if (have_posts()) : ?>


<p><?php next_posts_link('« Previous Entries') ?>
<?php previous_posts_link('| Next Entries » ') ?></p>



<?php else : ?>

<h2>Not Found</h2>
Sorry, but you are looking for something that isn't here.


<?php endif; ?>



<?php get_sidebar(); ?>
<?php get_footer(); ?>