Support

Account

Home Forums General Issues Filtering Archives Using Checkbox Custom Fields Reply To: Filtering Archives Using Checkbox Custom Fields

  • Hi @realph

    Please note that the referenced tutorial is an example, and shoudl not be used literaly in all scenarios.

    Please read the checkbox docs to see how the LIKE compare is needed to search within an array value:
    http://www.advancedcustomfields.com/resources/field-types/checkbox/

    Your $_GET param looks good (didn’t this start on another tread? If so, can we please keep all conversations within the same thread). You need to explode the $_GET param to obtain an array of all checkbox values, then loop over them and construct WP_Query args.

    Good luck.

    Thanks
    E