• Resolved rudyyy

    (@rudyyy)


    Awesome plugin!

    I created an ACF repeater field (organizations) containing a post object subfield (locations). Do you know how to create checkbox filter of all location post titles?

Viewing 1 replies (of 1 total)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hello @rudyyy

    Thank you for your warm words about the plugin.

    Unfortunatley filtering by repeater field has some technical restrictions. Because this ACF field has subfields with dynamic meta keys like “organization_0_key”, “organization_1_key”, “organization_2_key” and so on. You can try to create filters by such keys. But you don’t know how many times repeater will be used for a post and it seems it is bad idea to create 10 potential filters. Also all these filters will be separate filters like:
    Repeater 1
    – term 1
    – term 2
    Repeater 2
    – term 3
    Repeater 3
    – term 4

    I’m not sure such repeater filters will be ok for you, but you can try.

    But if you use Group ACF field it is possible to filter by Group subfields.

Viewing 1 replies (of 1 total)

The topic ‘ACF Repeater with post object’ is closed to new replies.