You can have them in ascending(default) or descending order…
Category tags
The above Wiki Page has the details.
Hi! I have tried several plugins and they work nicely in the administartion panel but not on the final page. I have been struggling with putting order in my categories for several days – no success they still don’t give up appearing in alphabetical order… I use the dfault Kubrick theme. Can anyone help, pleeasse!!! Thank you!
Wow. a 2.5 year old post!
The default theme lists categories alphabetically already:
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
So, I would have to guess you’ve changed that call to wp_list_cats in your sidebar? If so, it’d be helpful if shared with us what your call looks like.
Learn more about wp_list_cats here.
Sorry – maybe I was not clear: I would like to get rid of the alphabetical order! Instead I would like to adjust the order for each category item. It should be possible with plug-ins for me these did not work so far. In the administartion panel they are ok and adjustable, but no results on the final output page.
if you are using a third party plugin, you should ask your question on the corresponding plugin-site.
anyway, if you have a mysql-server 4.1 or above, you might check the CCO-Plugin at http://wp-plugins.net/plugin/cco/
It’s a category order plugin by myself.
The description at wp-plugins.net should tell you all about the use of the plugin.
if you have questions or problems with it, post them here, cause i didn’t create a support-page for it ..