wp_list_cats sort order problem
-
I’m running WP 1.5, and using a modified version of the “Stucco” theme. As published, this them sorts categories by ID. I’d like them sorted by category name. I modified the category listing function to read
<?php wp_list_cats('sort_column=name&sort_order=asc&children=1'); ?>
, however, the categories are still sorted by ID. Any thoughts?Thanks in advance.
-Geren
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘wp_list_cats sort order problem’ is closed to new replies.