• I am trying to do a stepped sort of a custom post type by menu_order and date. I am using orderby=>’menu_order date’ in an $args array. I want it to sort by menu_order first and then sub-sort those results by date. It is not working. Date takes predominance over menu_order.

    Is there anyway around this or is this a bug?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Double Sorting of Query_posts’ is closed to new replies.