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

Reply To: Question about Results page

#57048
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

can you guide me in the right direction to adding sort to this page?

I’m afraid a sorting filter is not yet possible via Ajax Search Pro. You can set the results primary and the secondary sorting on the back-end, but there is no filter for it yet for the front-end.

Also search number, having issues showing how many results based on search

I assume you mean this number? That shows the remaining results (as it is used with the load-more results feature), not the total results count. While it can’t be changed, it is possible to disable it with a few lines of custom CSS code:

.asp_showmore span {
   display: none !important;
}