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
August 26, 2025 at 12:38 pm
#55321
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.