Merhaba,

Sanırım kod'un çözümlenmiş hali şudur:
?>	<?php endwhile; ?>	
		<div class="navigation">
			<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
			<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
		</div>
</div><!-- Midle Section Ends -->
<?php include(TEMPLATEPATH . '/middle.php');?>
<?php get_sidebar();?>	
<?php get_footer();?><?