Look at the orderby parameter for the template tag, wp_list_categories().
If you are using the Category Widget you can’t change the order.
In the WordPress Default 1.6 theme, that information is displayed via the sidebar.php file.
Other resources:
Stepping into Templates
Stepping into Template Tags
Template Hierarchy
I’m not finding what I need there. What I want to do is list my 3 categories in this order: News, Breeding & Sales, Equines. I only have 3 categories, each has many subcategories that I don’t mind how they are organized. I would like alphabetically if possible. Can I do this somehow?
Figured it out on my own. I just had to delete all cats and redo them in the order I wanted so they could have the id order I need to use the orderby=id tag. Thanks.