- This topic has 5 replies, 2 voices, and was last updated 11 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Two loop with different pagination in results
Hey,
In my template i want to show the results filtered :
– one time to generate a google map all results without pagination
– a second time in list with the pagination system
There is a way to keep $query object for list and create a copy $query_map object (with a different ‘posts_per_page’ value) ?
Maybe there is an other way more simple ?
Thank you,
Hi there
Thanks for the info – I’m uploading an update atm but having some technical issues – I’ll get back to you once these are resolved and the update has gone live.
Thanks
Hey there, which method are you using to display your results? Using a “shortcode” or “as archive”?
Thanks
Hey again, after having a think a little more on this, I don’t think there is a way to do what you want – because the posts_per_page value cannot be changed once the query has already run.
The best thing to do would be to create another search form for this purpose.
Thanks