Every time I enter the categories they arrange themselves in ascending order. I want to randomly arrange it without them being in ascending or descending order. How can I change the setting?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
closed as not a real question by toscho♦ Feb 9 at 12:00
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Wordpress category list works on defined order structure. If you won't define any it will use default order and that is ascending. However you can play with orderby and/or order to display your list.
Refer wordpress codex for more detail http://codex.wordpress.org/Template_Tags/wp_list_categories |
|||||
|