<?php endif; ?>


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

		<?php $count=0; while (have_posts()) : the_post(); if(!($firstpost == $post->ID)) : ?>
		<?php if($count % 2 == 0) echo '<div class="left">'; else echo '<div class="right">'; ?>
		
			<div class="post" id="post-<?php the_ID(); ?>" style="">
				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
				<small><abbr title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s – %2$s'), the_date('', '', '', false), get_the_time()) ?></abbr> <!-- by <?php the_author() ?> --></small>
<div class="clear"></div>
			
					<p><?php the_content_rss('', TRUE, '', 30) ; ?></p><div class="clear"></div>
					
		
			</div>
		</div>
		<?php if($count % 2 != 0) echo '<div class="clear"></div>';?>

		<?php $count++; endif; ?>

		<?php  endwhile; ?>
[B]
Bu kodu ben tam anlamıyla anlamadım. Daha doğrusu bana lazım olan kısmını anlamadım. Ben bu kodlar sadece sınırlı yazı çağırmak istiyorum. Yani 4 yazı gelsin mesela, nasıl yapabilirm?