Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Question about Results page › Reply To: Question about Results page
February 25, 2026 at 12:24 pm
#57048
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;
}