This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: No backend after installation

#7027
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

It’s actually doable with a workaround.

Put this code into your theme footer.php before the closing body tag: http://pastebin.com/raw.php?i=6hymZi4h

In that code change the

[code]var searchPhrase = "";[/code]

line to the phrase you want to populate results from. For example if you want to have “test” automatically typed in, change it to:

[code]var searchPhrase = "test";[/code]