Hi guys,
I have the Word Press 1.5.2 version and I'm adding new categories.
After adding, I would like to sort the categories, but I don't see any option to do so.
How can I sort the categories????
Thanks
Toby
Hi guys,
I have the Word Press 1.5.2 version and I'm adding new categories.
After adding, I would like to sort the categories, but I don't see any option to do so.
How can I sort the categories????
Thanks
Toby
If only the output on your site is important you can take a look at the template tags in the codex. Eg if you use wp_list_cats() you can sort the categories by id or name, desc and ascending.
This topic has been closed to new replies.