I have a view that gets all the nodes from a certain type and shows them on a page; every node is categorized by a taxonomy term. I created a custom .template file to theme the view using the row style, but what I really would like to do is order all the nodes under a category, for example:
category 1
- node 1
- node 7
- node 15
category 2
- node 2
- node 6
How do I do this?