<?php query_posts("category_name=news&showposts=10"); ?> <?php if(have_posts()): while(have_posts()): the_post(); ?> <?php get_template_part('content','excerpt'); ?> <?php endwhile; endif; ?>