I am trying to filter from the admin panel. Currently I have filtering checkbox on the frontend that allows users to filter. I am trying to use this same field group (e.g. I assigned it to a template as well as to the custom post) to filter from the backend wp-admin.
The selectors show up on the template page in wp-admin. I am currently querying all the posts to the page. I however cannot get the filters to work.
My acf skills are limited and I cant find the documentation for this. I tried copying and pasting various code but none of it works. Is there documentation anywhere on how to get acf to work from the admin page?
This is probably a simple question for someone.