A couple of weeks I edited the sidebar.php in my themes dir b/c I wanted it to show the categories in ID order. I changed the code to <?php wp_list_cats('sort_column=id'); ?>
and it worked perfectly. A week ago the categories went back to being ordered by name. The code in the sidebar.php in the themes dir is exactly the same. I'm using the Andreas09 theme.
Something else is overriding the categories section of the sidebar.php file in the Andreas09 theme dir b/c even if I delete the <?php wp_list_cats('sort_column=id'); ?> line all together, the categories still show up.
Does anyone know what file is overriding it? I've got the following plugins activated - Akismet, Sidebar Widgets, and Google Search Widget.