Is there a way to query multiple specific posts? For example, the following gets one:
// retrieve one post with an ID of 670
query_posts('p=670');
But as far as I can tell, I can't extend this to do two posts, separated by commas. Does anyone know a better way?