I've got a string with post ID's: 43,23,65.
I was hoping I could use get_posts() and use the string with ID's as an argument.
But I can't find any functions for retrieving multiple posts by ID.
Do I really have to do a WP_query?
I've also seen someone mention using tag_in - but I can't find any documentation on this.
get_posts()codex.wordpress.org/Template_Tags/get_posts ? – Michael Dec 31 '11 at 11:56