Hello,
i'm runnig a word press 3.2 and i use a simple theme called APRICOT
The sidebar.php define a list of my categories using this
code
<?php wp_list_categories('sort_column=menu_order&title_li=<h2 class="none">Categories</h2>'); ?>
it gives the list of the categories by alphabetical title order.
but i want them by slug order. but i'm a beginner with php.
if someone could help me to solve this it will be great.