How can I show the categories by alphabetic orden?
Thanks in advanced!
How can I show the categories by alphabetic orden?
Thanks in advanced!
http://codex.wordpress.org/Template_Tags/wp_list_cats
Here's what I use:
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
Thanks! :)
Do you know if there's a plugin that let you put the orden of the categories?
This topic has been closed to new replies.