Comparing
In this WordPress Custom Query tutorial we are going to learn how to display data from our custom query that matches certain condition using meta_compare and meta_value properties.
Now we are going to learn how to compare the results we get from our WordPress Custom Query and display only the data that matches certain conditions. We are going to do that by learning about two new properties.
The first property is meta_compare
which allows us to define operator for our comparison, and the second is meta_value
to which we give the value that needs to be compared.