Here is the function call that I use…
<?php list_cats(0,”,’name’,”,”,true,0,1,1,1); ?>
I’ve done a slightly different work-around. Since WP already alphabetizes my categories, and I don’t want it to.
I use a numbered prefix like this
# Categories:
1-General
1-Website
1-Work
2-Depression
2-Diabetes
2-Health
3-Dreams
3-Memories
3-Weirdness
And I want to add a fourth section for users like:
4-Chris
4-Gordon
4-James
Now, to search the archives so I can figure out how to limit their posts to just that group or their own category.
“Here is the function call that I use…
<?php list_cats(0,”,’name’,”,”,true,0,1,1,1); ?>”
In which template do you insert this & where within the template?
Also, how did Lokrin’s configuration automatically alphabetize his/her categories when mine, like 1800collette’s doesn’t alphabetize?