SOLVED: Multi-Criteria Ordering - problem

Hi,
Im trying to do this screnario: Query Loop – Bricks Academy

I have custom taxonomy with posts and i need to display some of them first.

For the specjal posts i have acf field true/false called “polecane”

When im trying to do the ordering by custom meta field called polecane in query loop i see only one with field “polecane” and nothing more.

How i can display the special posts first and other posts next?

Here is how i configure it:



Loop display only the one, shoud be 83 more posts.

The true/false field returns a 1 and 0 so your meta value should be 1 and the compare should be equal

With help of Bricks Team here is the solution.
The settings in the screens below will set the posts according to the True/False field in ACF. The task is to sorot the promoted posts first and then the rest.