Sorting Custom Posts on Archive page with pagination
I've got custom taxonomy archive pages with a drop down list that allows users to re-order/sort the posts. It basically waits for the user to select from the drop down then uses array_merge( $wp_query-query.....
to create a new query and re-sort the posts. This works fine. I also use wp-pagination to display numbered pagination. This also works fine.
The problem is, when a user re-sorts the list, and then clicks on the pagination to go to page 2 the new sort is lost and reverts back to the original. I can't work this out. Any ideas?
Topic custom-taxonomy pagination sort Wordpress
Category Web