I am using a Page to loop through a specific category, and display the results on a Page. I've used both query_posts, and get_posts, in an effort to limit the posts per page to 5, and paginate the remaining post Pages, but alas I seem to be hitting my head against the wall. So far I've found documention on WordPress
http://codex.wordpress.org/Template_Tags/query_posts
and even other sites
http://www.dontdream.it/en/a-site-index-for-wordpress/
... but the information doesn't appear to work with the latest version of wordpress (2.3.3).
I'm trying to recreate the look of a index.php (home page), only I'm using a Page, and displaying only a specific category that I exclude from the home page (index.php).
Another wishful option is to also be able to display the_tags under each article on the category specific Page I'm tyring to build, but that option doesn't seem to be avalaible using either query_posts, or get_posts.
Can anyone lend me some coding assistance?