WP_Query
wp_query
Create A Page Of Posts In Wordpress
Tue, 08/11/2009 - 08:00 | by philipnorton42A common practice when setting up a Wordpress blog might be to create a page and display posts in a certain category on that page. This causes some pages to act very much like category pages.
The first step in creating a page of posts is to create a page template that can be used by the pages. Create a file in your template directory called pageofposts.php and put the following comment in it.