Hi there,
I've looked through the codex but can't seem to figure this out. I have a page (I link to it using /category/cat-name) listing out posts from a single category - audio. This is the page:
http://www.crossandthrone.com/category/audio-messages/
I believe this uses the index.php page to display. The problem is, I have that set to show only 1 post, which is how I want it on the home page. But here, I'd like to show *all* posts in that category.
What I really want is a link to the single.php page that shows all the posts in that one category. I looked in the codex under the category tag here:
http://codex.wordpress.org/Template_Tags#Category_tags
But couldn't quite figure out how to do what I want. Any help is greatly appreciated.