tax_query and pagination
-
I’m developping a site qith a series of taxonomies and custo fileds and i have an advanced seach form with predefinid dropdon that allow to select taxonomies and other condition.
I pass this through POST to a page template that based on this data make the query using tax_query etc. It all works fine i get the corretc posts in the correcct taxonies combination, but if i go to next page (using template tags for next page) the POST data obviusly do not pass trhought and second page returns the whole data with no taxonomies filtering.
I wonder if there is an easy way to kepp pagination or i have to make the pagination link manually attacching to them allafilter data and page using get.
I love new method for custom query but i’m getting mad with apgination.
Thanks in advance
- The topic ‘tax_query and pagination’ is closed to new replies.