Support

Account

Home Forums General Issues Trouble filter query on acf checkbox value and $paged Reply To: Trouble filter query on acf checkbox value and $paged

  • Hi @brotsky_pixie

    I’m not sure about the field group setup you have, but I believe you need to set the “key” option with the field name like this:

    array(
        'key' => 'custom_field_name',
        'value' => 'speight architecture',
        'compare' => 'LIKE'
    )

    Please change the “custom_field_name” with the field name you have.

    Hope this helps.