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

Reply To: Show results onload homepage

#5080
gutiseogutiseo
Participant

Hi Ernest,
unfortunately your solution is not working, or I’m coding wrong your code.
I have edited footer with:

[code]<script type="text/javascript">
jQuery(function($) {

// Change this variable to any search prhase if you want to
var searchPhrase = "Playa";

var $input = $($("input.orig").get(0));
$input.val(searchPhrase);
$input.keyup();
});
</script>[/code]

I setted up behavour to “Minimal character count to trigger search” option to 0

It only shows search box with keyword “Playa” inside, but doesn’t show any results where I placed results shortcode. Only when I begin to type again it shows results.

Thanks for your quick answer. Awesome support.

Regards!