Forums

How to you put categories in the order you want to? (3 posts)

  1. theebc
    Member
    Posted 8 months ago #

    Hi, I'm new at blogging. The categories I used are in an alphabetical listing, of which I do not want. I want them to be in the order I want, similar to my web page. Can anybody explain to me how to do this in simple English language?

    Thank you

  2. tomontoast
    Member
    Posted 8 months ago #

    Could you post a link to your website? And explain in which order you do want them. Basically you need to edit wp_list_categories() This has three options: order alphabetically, by the category id or by the number of posts in that category. If none of those options is what you want you will need to write a custom function.

  3. MichaelH
    moderator
    Posted 8 months ago #

    If those 'orderby' parameters of the template tag, wp_list_categories(), don't work for you, try these plugins:

    http://wordpress.org/extend/plugins/order-categories/
    tag: order-categories

    http://wordpress.org/extend/plugins/my-category-order/
    tag: my-category-order

Reply

You must log in to post.

About this Topic