Is it possible to filter repeater fields through a parameter in the URL such as http://www.domain.com/files?type=video similar to what is documented here at the bottom of this page but I can’t get this to work with a simple repeater field on a regular page;
http://www.advancedcustomfields.com/resources/query-posts-custom-fields/
Hi @jjmurphy1
Have you tried accessing the $_GET variable and using it as a string in the query?
This may be able to help.