Al ben de çözdüm o 1512512985710 dolarlık programla
Ama sana beleş :P
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div id="content" class="column">
<?php if ( get_option( 'woo_bio' ) <> "" ) { ?>
<div id="intro">
<p><?php echo stripcslashes( get_option( 'woo_bio' ) ); ?></p>
</div><!-- /#intro -->
<?php } ?>
<div id="articles">
<?php if (have_posts()) : $count = 0; ?>
<?php while (have_posts()) : the_post(); $count++; ?>
<?php if($count==1){ ?><div class="box"><?php } ?>
<div class="item <?php if($count==1){ echo 'left'; } else { echo 'right'; } ?>">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h2>
<p class="meta">
<span class="date"><?php the_time('F d'); ?></span>
<span class="comments"><?php comments_popup_link(__('0 Comments',woothemes), __('1 Comment',woothemes), __('% Comments',woothemes)); ?></span>
</p><!-- /.meta -->
<div class="excerpt">
<?php woo_get_image('image',get_option('woo_get_image_width'),get_option('woo_get_image_height'),''); ?>
<?php the_excerpt(''); ?>
<p class="more-link"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php _e('Continue reading',woothemes); ?></a></p>
</div><!-- /.excerpt -->
</div><!-- /.item -->
<?php if($count==2){ ?>
<div class="clear"></div>
<div class="bot"></div>
</div><!-- /.box -->
<?php $count=0; } ?>
<?php endwhile; endif; ?>
<?php if($count == 1){?>
<div class="clear"></div>
<div class="bot"></div>
</div><!-- /.box -->
<?php ;} ?>
<?php if ( get_option( 'woo_paginate' ) == 'true' ) { ?>
<div class="pagenav home">
<div class="prev"><?php previous_posts_link(__('Prev',woothemes)) ?></div>
<div class="next"><?php next_posts_link(__('Next',woothemes)) ?></div>
<div class="clear"></div>
</div>
<?php } ?>
</div><!-- /#articles -->
<div id="widgets">
<div class="left">
<?php dynamic_sidebar('home-left'); ?>
</div><!-- /.left -->
<div class="right">
<?php dynamic_sidebar('home-right'); ?>
</div><!-- /.right -->
<div class="clear"></div>
<div class="bottom"></div>
</div><!-- /#widgets -->
</div><!-- /#content -->
<?php get_footer(); ?>