- This topic has 2 replies, 3 voices, and was last updated 7 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › filters for ACF fields
Hello,
I have created a custom post type on which I have setup some ACF fields. I’m trying to create filters for this post type for these fields but when trying to set up the filters it’s not picking up the values and the drop downs have options like “field_5bdd5a28d5dd0”.
What am I doing wrong?
Looking forward to your reply.
Thank you
Note a ‘gotcha’ with ACF ….
… it makes 3 meta keys per field, like this:
#1 _location
#2 field_5a16902ae5c07
#3 location
You need to use key #3, without the underscore at the start of the key name. If you choose #1 by mistake, in the field choices you will see the name of #2.