<?php $recent = new WP_Query("showposts=20&cat=1"); while($recent->have_posts()) :
 
$recent->the_post();?>
asagidaki ile degistirip denermisin

<?php $recent; while($recent->have_posts()) : $recent->the_post();?>