Döngüyü Bu şekilde kullanabilirsiniz hocam,
<?php
$wp_query= null;
$wp_query = new WP_Query();
$wp_query->query('cat='.get_option('onecikanid').'&showposts=5'.'&paged='.$paged);
?>
<?php while ($wp_query->have_posts()) : $wp_query->the_post(); ?>
içerik kodları
<?php endwhile; ?>