• <?php wp_list_cats(); ?>
    How would I make this display categoris in alphabetical order? I tried
    <?php wp_list_cats('name'); ?>
    and
    <?php list_cats('name'); ?>
    but they don’t work…

Viewing 1 replies (of 1 total)
  • Thread Starter jimhere

    (@jimhere)

    OK
    <?php list_cats(TRUE, ' ', 'name'); ?>
    seems to work.

    I cant quite tell the difference between list_cats and wp_list_cats, but at least it works.

Viewing 1 replies (of 1 total)
  • The topic ‘categorical alphabetization’ is closed to new replies.