I've created ten categories and the order is now showing up like this:
Lesson 1
Lesson 10
Lesson 2
Lesson 3
WordPress seems to think that "10" is a lower number than "2". Is there a way to correct this?
I've created ten categories and the order is now showing up like this:
Lesson 1
Lesson 10
Lesson 2
Lesson 3
WordPress seems to think that "10" is a lower number than "2". Is there a way to correct this?
I think there's a way of tweaking it in your sidebar.php (or wherever you've got your category code in your theme).
http://codex.wordpress.org/Template_Tags/wp_list_categories
Or you could call it Lesson 01, Lesson 02.... Lesson 10 etc.
Or you could just use a plugin:
http://wordpress.org/extend/plugins/my-category-order/
Thanks Alism, I changed the single digit numbers to 01, 02, etc, and that solved the problem. How simple! You are awesome!
Awww shucks! :-)
This topic has been closed to new replies.