Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Pagination in posts results › Reply To: Pagination in posts results
November 15, 2021 at 1:05 pm
#35555
Keymaster
Hi,
Well it is definitely not going to be an easy task, I would probably use custom javascript to do that. You can use the javascript API to add event handlers to specific events. I would probably start at using the “asp_results_show” event to make modifications to the results list via a custom script to add the desired pagination.