Home Subscribe to this site with an RSS reader Search this site Contact Likoma Uh, a little help here, please?

Category Order

By Bradley Charbonneau | Filed under Help, Plugins, WordPress

To change the order of your categories in your navigation (sidebar, top nav, etc.), you can either get into the code, or use this handy plugin (My Category Order). You'll need to edit the code that lists the categories to this:

CODE:
  1. wp_list_cats('sort_column=my_order&hide_empty=0′);

While you're at it, you may as well get your pages in order, too.

Leave a Comment