ben en sonunda yaptım kullanacaklar için paylaşıyorum Resimli Açıklamalı ve 4 adet gösterimli siz burda
showposts=4
İstediğinz gibi değiştirebilirsiniz.

<?php query_posts('v_sortby=views&v_orderby=desc&showposts=4');
while (have_posts()) : the_post ();?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<img src="<?php bloginfo('template_directory'); ?>/js/resim.php?src=<?php echo resim_cagir(); ?>&amp;w=100&amp;h=60&amp;zc=0" alt="<?php the_title(); ?>" />
</a>
<p><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a><?php the_content_limit(80, ""); ?></p>

<?php endwhile; ?>