The trouble with using the query_post is that you need to pass the correct page in to get the right results. The next/previous links don't work otherwise.
Thanks Sarah, I still can't get my head around this though.
I can get the category posts to display, it's just this annoying next/previous link that doesn't work. At the moment I'm using pages in the main nav, and have a page called 'Information'. I also have a category called 'information', and want to display posts from this category as a list in the Information page, 5 at a time with next and previous links for when there's more than 5 posts in the category. I've set up a custom page template (page-information.php) which contains the code I pasted previously.
Is there an example of some code that I can use for the page-information template that would work, or do I have to abandon the page template altogether and use instead a category template? If so, what code would I use in the template and how would I get it to appear in the menu.
Sorry if I'm asking something you've already told me how to do but I can't get my brain to understand the words so I need some real basics.
I'm not impressed with the Wordpress docs, they don't make this stuff easy to find, or maybe I'm just not understanding it.