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

Reply To: Creating a results page (not live filtering), sorted

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Creating a results page (not live filtering), sorted Reply To: Creating a results page (not live filtering), sorted

#55321
Ernest MarcinkoErnest Marcinko
Keymaster

There are no silly questions.

You can still do it with a single instance + a bit of custom CSS.

First, make sure to turn on the settings visibility, so it’s visible. Then via custom CSS you can forcefully hide it on the front page like so:

div.asp_ss {
   display: none !important;
}

If you only add this to the front page, the settings will still be visible on the search.php.