Get posts with multiple meta values
This is not the way which you have clled for ACF. Parameters <?php $field = get_field($field_name, $post_id, $format_value); ?> $field_name: the name of the field to be retrieved. eg “page_content” (required) $post_id: Specific post ID where your value was entered. Defaults to current post ID (not required). This can also be options / taxonomies / … Read more