Ordering categories
-
Hello. I’m trying to find out what is going wrong when I try to order categories by name. This is the code in the presentation:
<?php list_cats(1, 'All', 'name', 'asc', '', 1, 0, 1, 1, 1); ?>
– it came with the style I downloaded, actually. The result that produces is :Site News (1)
American Politics (57)
Movies (44)
Music (51)
Fcked World (51)
Sports (37)
Technology (53)
TV (40)
World News (45)
Opinions / Rants (1)
Canadian Politics (8)Not quite in order. I checked with the Codex and sort asc by name is what I want, right?
Thanks for any help.
- The topic ‘Ordering categories’ is closed to new replies.