I have 2 custom post types - post type A, and post type B. Set up in ACF.
Posts that are post type A can have a relationship to posts that are post type B.
I have a query loop, looping through post type A.
How can I set up an ajax filter that allows the user to filter based on related post type Bs?
My best result has given me what seems to be the number value of an array like so: (2), using a select box.
Sorry if this is a daft question, but does anyone know if this is possible, and if so, how?