For Microkids related post plugin (http://www.microkid.net/wordpress/related-posts/) He said "Using the get_post() function you could get any data you need from the related posts." and he posted this snippet of code.
$related_posts = MRP_get_related_posts( $post_id );
I'm not exactly sure how to use the get_post feature for this situation. I would like to display the titles and thumbnail for each post in that array. Any help would be appreciated.