[insert_php] global $post;
$myposts = get_posts(‘numberposts=5&category=1’);
foreach($myposts as $post) :
[/insert_php] [insert_php] the_title(); [/insert_php] [insert_php] the_content(); [/insert_php] [insert_php] endforeach; [/insert_php]