List posts in alphabetical order

Set below code :

 <?php if (is_category()) { $posts = query_posts($query_string .'&orderby=title&order=asc'); } ?>

You can exclude if condition if do not using category.

For more reference: Alphabetizing Posts