Category: WordPress - Owner: PaulDavis - Owner ID: 1
Gets the content of any post or page, anywhere on the site.
<?php query_posts('showposts=1&p=87'); while (have_posts()) : the_post(); the_content(); endwhile; ?>