All Posts

if (is_page()) {
$cat=get_cat_ID($post->post_title); //use page title to get a category ID
$posts = get_posts (“cat=$cat&showposts=5″);
if ($posts) {
foreach ($posts as $post):
setup_postdata($post); ?>