Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme is likely using wp_list_cats to display the category list.

    If you follow that link and scroll down a bit, you’ll find some sort options that you could use. You’d edit your theme to make the change (typically it is in sidebar.php).

    Thread Starter webtodd

    (@webtodd)

    thanks. this worked for me:

    <?php wp_list_cats(‘sort_column=name’); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to list categories A-Z ?’ is closed to new replies.