Find the post is “homepage”, and get it’s category , to display 5 post of content
$cat=get_cat_ID("homepage"); $postsaa = get_posts("cat=$cat&showposts=5"); if ($posts) { foreach ($postsaa as $postaa): setup_postdata($postaa); the_content(); endforeach; }