I'm trying to list all the posts in a category alphabetically but the closest I've been able to get is
Code:
<?php wp_get_archives(type=alpha); ?>
(or something like that). That lists the posts in ALL categories alphabetically, is there a way to limit it to one category?