Your browser (Internet Explorer 7 or lower) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.

X

$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; ?>