Comparison
Last updated
Was this helpful?
Last updated
Was this helpful?
To compare with a field value, you can use $post$.field-name, where 'field-name' should be replaced with the name of your target field. In this way, the plugin will automatically get and use a value of the field from the current page in the query.
Example usage: find all posts where a 'select' field has the same option chosen, as the option chosen on the current page.
To compare the value in an ACF Date or an ACF Date/Time field to the current date and time by using $now$ as the value to compare by.
Advanced Views Pro supports Post_object and Relationship field types in the Meta filters.
See the .