Combine meta query and give a specific meta query a higher priority
As I already pointed in the comment, all you need to do is change your orderby parameter so that the meta_prio is the first item and followed by the meta_start. So your orderby should look like: // This array forms an ORDER BY clause with each array item being a column that // MySQL use … Read more