• I uses Arras theme which categories is showing on top below the banner (navbar). I replace the theme header.php from wp_list_categories(‘number=11&hierarchical=1&orderby=id&hide_empty=1&title_li=’);

    to

    wp_list_categories(‘orderby=order&title_li=’);

    but it does not sort with my category order. any advice to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author froman118

    (@froman118)

    potion,

    It seems like that should have switched the order if it is currently displaying categories. There are a few conditions the theme has to go through to get to that code so I’m not sure if it is actually displaying something else.

    Try adding &hierarchical=1 in there, it might be switching to flat ordering which would mess things up.

    Andrew

    Andrew-
    I am having the same problem with plugin using Arras them. Tried the above and it’s still not working. Any additional ideas you have for troubleshooting would be very welcomed!

    Thanks-
    Tori
    http://justinodesign.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: My Category Order] problem: Arras theme uses navbar to show categories’ is closed to new replies.