Title: Hide url
Last modified: August 24, 2016

---

# Hide url

 *  Resolved [flohaase](https://wordpress.org/support/users/flohaase/)
 * (@flohaase)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-url-1/)
 * Hallo,
 * is there a way to hide the search parameter in the url?
 * Thanks,
    Flo
 * [https://wordpress.org/plugins/filter-custom-fields-taxonomies-light/](https://wordpress.org/plugins/filter-custom-fields-taxonomies-light/)

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

 *  Plugin Author [websupporter](https://wordpress.org/support/users/websupporter/)
 * (@websupporter)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-url-1/#post-6135598)
 * Hi flohaase,
    this URL is necessary, so if someone clicks on a search results
   and uses the “back” button on his browser, he comes back to the results and not
   to the original page.
 * You would need to customize the Javascript a bit in order to get rid of this 
   functionality.
 * All the best,
    David.
 *  Thread Starter [flohaase](https://wordpress.org/support/users/flohaase/)
 * (@flohaase)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-url-1/#post-6135609)
 * Ok, that is a good point. But could it look a bit more user friendly? So [http://www.example.de/?parm=vaule1,value2](http://www.example.de/?parm=vaule1,value2)
   and so on.
 * Can you show what I have to change to hide the search parameter in the url? With
   lose of the history back function.
 * Thanks,
    Flo
 *  Plugin Author [websupporter](https://wordpress.org/support/users/websupporter/)
 * (@websupporter)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-url-1/#post-6135613)
 * Hi Flo,
    I just had a quick look. Go into `res/sf.js` and search for the line
 * `location.href = '#sf-' + JSON.stringify( data.data );`
 * Change it to something like
 * `;//location.href = '#sf-' + JSON.stringify( data.data );`
 * or simply remove the line.
 * This should do the trick.
 * Since this plugin is working with ajax and doesn’t load the page again, we cant
   work with GET parameter here, I am sorry :/
 *  [admazy](https://wordpress.org/support/users/admazy/)
 * (@admazy)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/hide-url-1/#post-6135836)
 * Hi websupporter,
 * Is there a way to replace “#” in URL search parameters with “?” ?
 * Thanks for a great plugin.
 *  Plugin Author [websupporter](https://wordpress.org/support/users/websupporter/)
 * (@websupporter)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/hide-url-1/#post-6135837)
 * Unfortunatly not :/

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

The topic ‘Hide url’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/filter-custom-fields-taxonomies-light_ffffff.
   svg)
 * [Filter Custom Fields & Taxonomies Light](https://wordpress.org/plugins/filter-custom-fields-taxonomies-light/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filter-custom-fields-taxonomies-light/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filter-custom-fields-taxonomies-light/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-custom-fields-taxonomies-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-custom-fields-taxonomies-light/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-custom-fields-taxonomies-light/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [websupporter](https://wordpress.org/support/users/websupporter/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/hide-url-1/#post-6135837)
 * Status: resolved