How to Alphabetize Categories in Andreas04 2.0
![]()
Did you notice the Category List in the Sidebar?
Yes, I have it in Alphabetical Order. Just another in the growing list of fixes I worked out to tweak the Original Theme (Andreas04 2.0) to my liking.
I never really liked the fact that as I added something to the Category List, it ended up at the bottom because it was newer than previous listings. Hence, I had things so mixed up that even I had to look to find them.
This is the simple fix to Alphabetize the Category List:
Look in the Sidebar php for the code under
h2 categories /h2
ul class=”sellLi”
You will see this bit of code
?php wp_list_cats (”); ?
Replace it with
?php list_cats(0, ”, ‘name’, ‘ASC’, ‘/’, true, 0, 0); ?
Don’t forget to place the “less than” and “greater than” signs before and after the ?’s
I really do like this Theme, but as with any other, it needs tweaking to get it the way you want it. (One day I will figure out how to present the code so it can be copied directly).
Related Posts:
How to Fix the Next and Previous Pages in Andreas04 2.0
The Fix for (more) in Andreas04 2.0
New Here? You may want to Subscribe to my RSS feed for daily updates. Or if you prefer, Subscribe by Email What is RSS? Thanks for visiting!
Related Posts:








My Skype: joe.hauckes