By default, categories in Wordpress are not sorted alphabetically, but in the order they have been created. The way, to fix it is to modify the template and replace the < ?php wp_list_cats(); ?> by _list_cats("sort_column=name"); ?>.
By default, categories in Wordpress are not sorted alphabetically, but in the order they have been created. The way, to fix it is to modify the template and replace the < ?php wp_list_cats(); ?> by _list_cats("sort_column=name"); ?>.
0 Responses to “Sorting categories”