I am trying to retrieve a particular post with its ID, as specified here:
http://codex.wordpress.org/Template_Tags/query_posts#Retrieve_a_Particular_Post
The snippet involving the "global $more" doesn't seem to work. I only want it to print up to the MORE line, but instead it prints the entire post.
How can I make it print only up to "more"?