Viewing 1 replies (of 1 total)
  • Plugin Author TC.K

    (@wp_dummy)

    FYI, there are two ways to implement it into the ajax result. One is by calling the function from the api class – $apiclass = new uwpqsfprocess(); $apiclass->ajax_pagination($pagenumber,$query->max_num_pages, 4, $id,$getdata);
    Another one is you can directly called from a function, without the class uwpqsf_ajax_pagination().
    Both function accepts same arguments and filter uwpqsf_pagination().

    There are many essential elements in the pagination for Ajax response correctly, so you have to be careful when customize it. You can refer to the script to customize it.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom pagination’ is closed to new replies.