I am having a hard time getting my category list to sort alphabetically. Here's the code I am using:
<?php wp_list_cats('sort_column=name&optioncount=1&exclude=0'); ?>
But it still is not listing them alphabetically. I have searched the forum and tried some other things, but nothing has worked. Can anyone help?