• I’m not sure if this depends on the theme being used,but I’m wondering how I could do this.

    As it is now,newest categories end up at the bottom of the list and I would like to make them show alphabetically in my sidebar.

    Anybody here that can help me out with this?

    Using WP 1.5 and Rin Theme.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Check your sidebar to see which Template_Tags#Category_tags is used – and read about the parameters. There should be a possibility to “sort” either by ID (which I suppose you have now) or by “name” = alphabetically.

    Thread Starter crickey

    (@crickey)

    Thanks for that.
    Helped me out a bit.

    So I have the following used:
    list_cats()

    I turned this into:
    php list_cats(‘name’)

    but that doesn’t seem to do much.

    Probably a dead giveaway but I’m no hero when it comes to all the codes and stuff, so if you could help me with what I should change exactly to what, that would be great. =)

    Thanks.

    There is an example for exactly what you want… Just copy/paste: Template_Tags/list_cats#Sorted_by_Category_Name

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sort categories alphabetically | How?’ is closed to new replies.