I would like to change the wordpress default query to orderby title when viewing a category, rather than the post id.
For reasons too boring to explain(!) I would like to change the default setting rather than use a custom query (which I know how to do)
Ideally it would be some code that goes in the functions.php of my template, rather than having to hack the core installation.
Thanks for your help people!
in your archive.php, find the code
and replace it with:
this should do the trick.
update: this is taken if you want to change the source code.