< ?php wp_list_cats('optioncount=1&children=0&sort_column=name'); ?>
I found that by accident. I had been using:
< ?php wp_list_cats('optioncount=1&children=true&hide_empty=1'); ?>
or
< ?php wp_list_cats('optioncount=1&children=false&hide_empty=0'); ?>
and the reverse of both, flip-flopped, if you will.
I was using the WIKI for WP, looking at the tags and what was what.
This attribute: CHILDREN is for top categories to SHOW them or NOT to , use of this is TRUE or FALSE … Continue reading