[Ghost Hunter Search] Where to find JQuery DOM ID?

Hi,

I’ve recently implemented Ghost Hunter on my site, and when I type in a search the page refreshes but no results appears. Looking at the FAQ it says:

results

Should be set to the JQuery ID of the DOM object into which search results should be inserted. This value is required.

Default value is undefined

How would I find the JQuery ID?

Thanks!
B

Hey @l3rett,

You need to use the inspect element tool and select the element you want the posts to appear in, then locate either the id or a class that you can use as a selector. The docs on GitHub will provide you with the info you need: