CPT Review Loop with ACF
To open a CPT loop, use the Post Type Slug in the type attribute. You can sort the returned posts by a custom field with orderby_field or orderby_field_number To save a bit of time, you can use Switch/When tags for your logic instead of If/Else. This saves you from having to pass your field to…