Hi, I have a radio button with two possible values: “starred” and “normal”. and I’m currently sorting by 'orderby' => array( 'menu_order' => 'ASC' )
I want all the posts that have the starred value appear before “normal” posts but be sorted as well by menu order between them. Do note I’m using pagination and I’m simplifying this which is why sticky posts wont do I think.