• 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)
  • Probably the sidebar.php of your theme. It is always a wise thing to give as many details as possible – if you want a meaningful answer. Like: link to your blog or, at least, mentioning which theme are you using etc.

    Thread Starter gasaraki99

    (@gasaraki99)

    thx moshu, figured it out just when you posted, i’ll try to give out more info next time.. i’m pretty new to this

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sorting by Category ID’ is closed to new replies.