Loop search results with 3.0

I’m looking into the issue, and so far, on my end, the search result page is working with the default loop context using <Loop>.

Here’s the layout template I tried:

<h4>Search results</h4>

<If loop exists>
  <Loop>
    - <Field title /><br>
  </Loop>
<Else />
  Nothing found.
</If>

In the Location tab, I selected it to override the Search Result page. Matching results are showing for all post types.

So I believe this issue (and the other one about search results) are specific to FacetWP.

Could someone give me access to a test site (with FacetWP installed) that I can copy locally to study the issue in depth?

1 Like