<?php query_posts('category_name=slug_name&showposts=1');?>
<?php while (have_posts()) : the_post(); ?>
<?php echo get_the_title();?>
<?php the_content(); ?>
<?php endwhile; ?>
You could paste that above code in page template(More than one page) to get that post
And note point out that slug name (category name ) to get that post