Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Creare

    (@shane-welland)

    Sorry about the late response. The results page should be displaying all of your results. You can manually add a limit by adding the following code to the ‘acps-results_loop.php’ page:

    just above “$acps_results = new WP_Query( $this->acps_args );”

    you could add “$this->acps_args[‘posts_per_page’] = 3” to limit, for example , 3.

    Currently the plugin doesn’t support pagination, though this is something I’m looking to have in the next update.

    If all of your results aren’t showing by default then perhaps provide a bit more information and I’ll see if I can help you out with a solution.

    Thread Starter hsarhan

    (@hsarhan)

    Tks Shane. Don′t worry about the answering time…

    I was trying by myself for a while. Deep looking at the “acps_results_template” and I′ve added it (posts_per_page) inide the array. Also, I′ve added ordering (‘order’ => ‘ASC’) and spent some time trying to paginate too but without success.

    Your solution is obviously better and I will try that later.

    Thanks again.

    Also tried pagination but I had no success, more or less when do you think pagination will be in the new update? Thanks

    Sorry for posting here but I have the same problem. Using the taxonomies select boxes I’m getting a maximun of 4 results if the taxonomy has more than four. But when I put your code to limit the number of results and putting a big number, I’ve got more than four results searching the same taxonomy.

    Thanks and sorry my english ??

    Plugin Author Creare

    (@shane-welland)

    hmm ok, I’d recommend putting “posts_per_page” => -1″ until I release the next version – this should load all posts. I’m really pushed for time but I’m desperately trying to push out another update to include pagination and a few other extras which incorporate ajax. Sorry, and thanks for your patience!

    P.s. let me know if this helps in the short term, if not, I’ll find you another solution.

    Thanks Shane, works fine.

    Great plugin, thanks for your work!

    Plugin Author Creare

    (@shane-welland)

    Great! Glad you like the plugin – fingers crossed I can get some nice updates in soon!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Results number’ is closed to new replies.