Title: parameter in url
Last modified: August 21, 2016

---

# parameter in url

 *  Resolved [cochwbc](https://wordpress.org/support/users/cochwbc/)
 * (@cochwbc)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/parameter-in-url/)
 * Hello !
 * first, thank you for your plug in !
 * i have a question :
 * is it possible to create an url with the parameters i need?
    i want to add some
   link in my menu to allow my users to see results without searching. I tried to
   copy the url generated by the search menu and add it in my menu but there is 
   a random parameter and some days after, it doesn’t work anymore. the first parameter
   is the only one to change i think : s=8770b1442f
 * Thanks for your help and sorry for my bad english
 * cedric
 * [http://wordpress.org/extend/plugins/advance-wp-query-search-filter/](http://wordpress.org/extend/plugins/advance-wp-query-search-filter/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * (@wp_dummy)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/parameter-in-url/#post-3770949)
 * Hi,
    Yes, the url will be expired after some time. The ‘s’ value is the [nonce](http://codex.wordpress.org/Glossary#Nonce).
   It is for security purpose. If you really want the to do it this way, you’ll 
   have to disable the nonce check on the plugin file.
 *  Thread Starter [cochwbc](https://wordpress.org/support/users/cochwbc/)
 * (@cochwbc)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/parameter-in-url/#post-3771006)
 * thank you it works !
 * for others :
 * replace if(wp_verify_nonce($query->query_vars[‘s’], ‘awqsfsearch’) )
 * by : if(1)
 * function awqsf_search_query( $query ) {
 *  if($query->is_search()){
 *  //if(wp_verify_nonce($query->query_vars[‘s’], ‘awqsfsearch’) )
    if(1) { …
 *  [mpapad](https://wordpress.org/support/users/mpapad/)
 * (@mpapad)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/parameter-in-url/#post-3771170)
 * Hello
    Thank you for this plugin. Where can I find the awqsf_search_query() function?
 *  [mpapad](https://wordpress.org/support/users/mpapad/)
 * (@mpapad)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/parameter-in-url/#post-3771171)
 * I found it: advance-wp-query-search-filter/includes/process.php

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘parameter in url’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advance-wp-query-search-filter.svg)
 * [Advance WP Query Search Filter](https://wordpress.org/plugins/advance-wp-query-search-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advance-wp-query-search-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advance-wp-query-search-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/advance-wp-query-search-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advance-wp-query-search-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advance-wp-query-search-filter/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [mpapad](https://wordpress.org/support/users/mpapad/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/parameter-in-url/#post-3771171)
 * Status: resolved