Title: Sort Order
Last modified: August 21, 2016

---

# Sort Order

 *  Resolved [tkhan](https://wordpress.org/support/users/tkhan/)
 * (@tkhan)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sort-order-11/)
 * Hi Eyal another quick question I have modified the search-functions.php
 * Basically I have several versions of the $gmw_query_args section each is excecuted
   if a particular ‘$get(“order”)’ value is present in the url, these values are
   simply added to the end of the query by hyperlink when clicked by a user.
 * I have run into a slight problem, if the user searches again using the form the
   order is reset as the value is stripped from the url,
    I had intended to check
   the $get values in the search form and repost them using hidden fields, this 
   however does not work as they get urlencoded.
 * ‘&orderby=title&order=ASC’ becomes ‘%26orderby%3Dtitle%26order%3DASC’
 * Is there anywhere I can test for and echo back these values in the plugin itself,
   or a way round the url encoding issue posting via the form.
 * Thanks again
 * Tkhan
 * [https://wordpress.org/plugins/geo-my-wp/](https://wordpress.org/plugins/geo-my-wp/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [tkhan](https://wordpress.org/support/users/tkhan/)
 * (@tkhan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/sort-order-11/#post-4610925)
 * sorted added order as the name and the meta key as the value…
 * ‘<input type=”hidden” name=”order” value=”favourited”>’
 * Tkhan

Viewing 1 replies (of 1 total)

The topic ‘Sort Order’ is closed to new replies.

 * ![](https://ps.w.org/geo-my-wp/assets/icon-256x256.gif?rev=2803407)
 * [GEO my WP](https://wordpress.org/plugins/geo-my-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/geo-my-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/geo-my-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/geo-my-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/geo-my-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/geo-my-wp/reviews/)

## Tags

 * [custom sort order](https://wordpress.org/support/topic-tag/custom-sort-order/)

 * 1 reply
 * 1 participant
 * Last reply from: [tkhan](https://wordpress.org/support/users/tkhan/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/sort-order-11/#post-4610925)
 * Status: resolved