I found solution in this thread http://wordpress.org/support/topic.php?id=11766#post-138417 replacing template-functions-category.php with a new “working” version.
Anyway, thanks for support
Thanks for the suggestion but using <?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”,’1′) ?> (as that pericat says) don’t resolve my problem. How can I do?
I used the code you have posted, but I have obtained no change: categories are always sorted by ID… is it a bug in list_cats function?
I have also tried to use wp_list_cats (that works in wp 1.2) but I have the same problem.