A place to talk about the Rin and Manji themes
You are not logged in.
Would it be easy to change so that the categorie list in the sidebar is sorted alphabetically instead of by date made? (as it is now)
If anybody could help me with this that would be great.
Offline
Look for the following line in your sidebar.php file:
<?php list_cats() ?>
Change that line to this:
<?php wp_list_cats('sort_column=name'); ?>
Offline