Possible Duplicate:
How To Modify The Loop in archives.php To Have 11 Posts Per Page and CSS Styling
I am using the following code on my archive.php template to list a few fields from a custom post type. It's an album review post type and this code pulls in the artist name, the album name and the album cover.
Is there any way to alter this code to tell wordpress to display a certain number of results?
The issue I have is that for all other archive pages the default (set to 10) is fine, but because I am only displaying a thumbnail and a name on the archive for reviews there's a lot of room to add more in.