Forums Forums Search & Filter Pro ACF Fields

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #229654

    Hi
    I have an acf field – youtube link (optional)
    How can I filter posts with/without youtube links?
    TIA
    Hagit

    Trevor
    #229678

    On the Form UI, ACF fields are Post Meta, so add one of those to the form. Make sure the Meta Key Name you select does NOT start with an underscore _.

    However, in your case, you would need an extra Boolean field (Yes/No) to indicate if a post has a Youtube Link or not.

    A couple of words of caution.

    1. The Meta Key will not appear on the list of fields to select until you have entered data in posts.
    2. When filtering by meta keys, it is best to ensure ALL posts have a value for boolean (yes/no) fields. It might not be necessary, but if this is not done (like setting a default value of No/Off/0/false), some posts with any value in this field might disappear for some types of search/sorting.

Viewing 2 posts - 1 through 2 (of 2 total)