Sorting by Category ID
-
I’ve figured out that to sort by Category ID I need to use the function wp_list_cats(‘sort_column’) to do it.. Is the sidebar.php file in the themes dir the right one to edit?
k nm, figured it out
<?php wp_list_cats(‘sort_column=id’); ?>
sidebar.php file
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Sorting by Category ID’ is closed to new replies.