How To Disable WordPress Search

Jauhari

15 comments

Link

How To Disable WordPress Search? I got the answer from WPEngineer.com, This nice tips is will disable WordPress Search more easy and of course easy to do. Why disable WordPress search? Here some of my reason. Some time WordPress based application didn’t need this featured.

disable-wordpress-search

Here we go, If you set the variable $error to true, then you will be fowarded to the error page of the theme, if not, then you will remain on the page from where the search was started.

[sourcecode language=’php’]
function fb_filter_query( $query, $error = true ) {

if ( is_search() ) {
$query->is_search = false;
$query->query_vars[s] = false;
$query->query[s] = false;

// to error
if ( $error == true )
$query->is_404 = true;
}
}

add_action( ‘parse_query’, ‘fb_filter_query’ );
add_filter( ‘get_search_form’, create_function( ‘$a’, “return null;” ) );
[/sourcecode]

This is some tips that I got and you can read more details on this post.

Share:

Related Post

15 responses to “How To Disable WordPress Search”

  1. How To Disable WordPress Search: How To Disable WordPress Search? I got the answer from WPEngineer.com, This nic.. http://tinyurl.com/ct56lq

  2. How To Disable WordPress Search / JAUHARI http://bit.ly/11KiVF

  3. Joe Avatar

    Thanks for the tip!:d

  4. nomercy Avatar

    wow… thanks, mas Jauhari… I don’t think that is it…

  5. ngeblog yuk Avatar
    ngeblog yuk

    What is the code ccs on blog.friendster 🙁 plz help me. Tx’s

  6. Luthfi Avatar

    HUT yo?
    makan2â„¢

  7. wira Avatar

    thanks for visiting Bro 😀

  8. Joglo Selaras Avatar

    numpang promo yah, furniture indonesia

  9. […] How To Disable WordPress Search JAUHARI Posted by root 1 hour 57 minutes ago (http://www.jauhari.net) Why disable wordpress search here some of my reason 6 comments add yours the upper is the most recent comment get dedicated servers middot make money online express furniture the largest retailer of contemporary furniture powered by wordpress 2 7 1 entrie Discuss  |  Bury |  News | How To Disable WordPress Search JAUHARI […]

  10. […] How To Disable WordPress Search JAUHARI Posted by root 1 hour 26 minutes ago (http://www.jauhari.net) Why disable wordpress search here some of my reason 6 comments add yours the upper is the most recent comment get dedicated servers middot make money online express furniture the largest retailer of contemporary furniture powered by wordpress 2 7 1 entrie Discuss  |  Bury |  News | How To Disable WordPress Search JAUHARI […]

  11. […] How To Disable WordPress Search JAUHARI Posted by root 28 minutes ago (http://www.jauhari.net) Why disable wordpress search here some of my reason 6 comments add yours the upper is the most recent comment get dedicated servers middot make money online express furniture the largest retailer of contemporary furniture powered by wordpress 2 7 1 entrie Discuss  |  Bury |  News | How To Disable WordPress Search JAUHARI […]

  12. […] How To Disable WordPress Search JAUHARI Posted by root 5 minutes ago (http://www.jauhari.net) Why disable wordpress search here some of my reason 6 comments add yours the upper is the most recent comment get dedicated servers middot make money online express furniture the largest retailer of contemporary furniture powered by wordpress 2 7 1 entrie Discuss  |  Bury |  News | How To Disable WordPress Search JAUHARI […]

  13. Antique Avatar

    Nice, i will try it out tomorrow.

  14. tech geek Avatar

    wow, thanks for this code. Just what I have been looking for for my WP install.

  15. jeprik Avatar

    halo mas jauhari.salam kenal dari saya.
    tau caranya menngeser menu page yang ada di wordpress ga ya? cos punyaku kok jadi numpuk sama serach bar ya..?
    thx mas..

Leave a Comment