Support » Fixing WordPress » Sort Categories by name

Viewing 4 replies - 1 through 4 (of 4 total)
  • lawtai

    (@lawtai)

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

    that seems to work for me to list them in name order

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Try:

    <?php wp_list_cats('sort_column=name&hide_empty=0'); ?>

    Thread Starter seanshaghaghi

    (@seanshaghaghi)

    That worked.

    Thanks

    madolyn

    (@madolyn)

    Same question. I’m using 1.2.2 and have tried all logical steps to get categories to display in alphabetical order, but nothing I’ve edited has made the slightest bit of difference. This is now urgent. Anyone?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sort Categories by name’ is closed to new replies.