< ?php $my_query = new WP_Query('category_name=news&showposts=10');
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>
< ?php the_title(); ?>
< ?php endwhile; ?>Not Found
Sorry, but you are looking for something that isn't here.