$myposts = get_posts(‘numberposts=5&category=ID’);
foreach($myposts as $post) :
setup_postdata($post);
//add in standard WordPress post specific template tags here eg. the_title(), the_permalink, the_content, the_excerpt etc.
endforeach; ?>