Category Order in CategoryTree

Menubar Category Order in CategoryTree

  • Author
    Post
  • #3221 Reply
    Murtaza Jaffer
    Guest

    Hi

    Is there a way to change the category order in the CategoryTree option. Currently it is displaying the categories in the order they were created. I want to display these categories in descending order, i.e. last category at the top.

    Have a look at the Gallery option on the menu.

    Regards

    #3222 Reply
    andrea
    Plugin Author

    Hi Murtaza,

    Menubar sorts categories alphabetically by default. To change that, you have to open the plugin file wpm-db.php, locate the line 300:

    WHERE tt.taxonomy = 'category' ORDER BY t.name ASC";

    and change it to

    WHERE tt.taxonomy = 'category' ORDER BY t.name DESC";

    That will reverse the alphabetical order, as you need.

Reply to: Category Order in CategoryTree
My Information