<?php $my_query = new WP_Query('category_name=essay&showposts=10'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?>