Tamama şimdi buldum. endwhile; koymayı unutmuşsun.

http://codex.wordpress.org/Function_Reference/have_posts

if ( have_posts() ) :
while ( have_posts() ) : the_post();
// Your loop code
endwhile;
else :
echo wpautop( 'Sorry, no posts were found' );
endif;
?>