Subscribe to my RSS Feed ... Or if you prefer, Subscribe by e-mail ...What is RSS?

Working at Home on the Internet

Helping You Run an Internet Home Business

How to Alphabetize Categories in Andreas04 2.0

seal.gif

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:
  • Add Post Count to Categories in Andreas04 2.0
  • Once again I have tweaked the Adreas04 2.0 Theme. I didn't feel like wr...
  • Want to Go to The Dark Side?
  • Like? I've made so many changes around here from the original Andrea...
  • Blogging Tip #4-Help Your Readers Navigate
  •   I have been asked many times for ways to improve PageViews andÂ...

    November 15th, 2006 at 07:20am | Posted by Joe | Andreas04 Tweaks, Basics, Tips, WordPress | 16 reader remarks | Print This Post