Mate use some thing like: <?php query_posts('cat=CatergoryID&showposts=5'); while (have_posts()) : the_post(); echo "<h2>".the_title()."</h2>"; the_content('Read the full post'); endwhile; ?> Code (markup): Where CategoryID is your Category ID - Please change it to yours. I hope it will work Inshallah.