I’m trying to filter a loop by an ACF radio field, but it doesn’t seem to be working. I’ve tried both custom_field=radio_field and field=radio_field versions.
Can anyone see anything obvious that I’m doing wrong here:
<ul>
<Loop type=my_cpt custom_field="radio_field" custom_field_value="target_value" orderby=title order=asc>
<li>
<a href="{Field url}"><Field title /></a>
</li>
</Loop>
</ul>