Hi Kendell, thank you for the info.
Could you try with just <Loop>
, without specifying type
? That should get the “default query” which their shortcode is meant to set.
<Loop>
<Field title />
</Loop>
If that doesn’t work, I’ll look into providing a way to set any arbitrary wp_query
argument, including search_filter_id
. That would be a nice general-purpose solution.
Hi Gabriel - You’re right, FacetWP integration looks like it works the same way. I see the example uses <Loop>
to get the default query modified by an external plugin.