<?php query_posts('cat=8&showposts=10'); if ( have_posts() ) : ?><?php while(have_posts()) : the_post(); ?> <? the_title(); ?> <?php endwhile; ?> <?php endif; ?>