• hi there, great plugin! is it possible to order the category filters? eg orderby slug or description. i couldnt find where in the code to edit this (only how to order the categories in the admin screen!)

    thanks

Viewing 1 replies (of 1 total)
  • Thread Starter wpdevboy

    (@wpdevboy)

    figured it out. edit the rfp-class to change it from orderby=count to orderby=description. this will reorder the categories in the admin screen. now create (or update) a new shortcode with the categories in the correct order and it will display correctly

    Change:
    orderby=count&offset=1&hide_empty=0&fields=all

    To:
    orderby=description&order=ASC&offset=1&hide_empty=0&fields=all

    • This reply was modified 7 years, 9 months ago by wpdevboy.
Viewing 1 replies (of 1 total)
  • The topic ‘Order categories’ is closed to new replies.