How to Disable Search Queries in WordPress

Disabling search queries in WordPress is not a common practice, as the search functionality is very useful for many websites. However, if you need to disable search queries for a specific reason, you can do so by adding the following code to your theme's functions.php file:

function themesdna_disable_search_queries( $query, $error = true ) {
    if ( is_search() && ! is_admin() ) {
        $query->is_search       = false;
        $query->query_vars['s'] = false;
        $query->query['s']      = false;
        if ( true === $error ) {
            $query->is_404 = true;
        }
    }
}
add_action( 'parse_query', 'themesdna_disable_search_queries', 15, 2 );

Our WordPress Themes

Below are some of our premium WordPress themes. View all our free and premium WordPress themes →
PowerWP PRO WordPress Theme

PowerWP PRO

If you like PowerWP free WordPress Theme, you will love the premium version. PowerWP PRO is an easy to use,...

$25.00
BestWP PRO WordPress Theme

BestWP PRO

If you like BestWP free WordPress Theme, you will love the BestWP premium version. BestWP PRO is user friendly, feature-rich,...

$25.00
EliteWP PRO WordPress Theme

EliteWP PRO

If you like EliteWP free WordPress Theme, you will love the premium version. EliteWP PRO is an advanced, very user...

$25.00
FineWP PRO WordPress Theme

FineWP PRO

If you like free version of FineWP WordPress Theme, you will love the premium version. FineWP PRO is an improved...

$25.00
GridMe PRO WordPress Theme

GridMe PRO

If you have tried GridMe Free WordPress Theme, then you will love the premium version. It will help you to...

$25.00
GridMax PRO WordPress Theme

GridMax PRO

GridMax PRO is a feature-rich, advanced WordPress theme than its free version. If you like GridMax Free WordPress Theme, then...

$25.00
GalleryWP PRO WordPress Theme

GalleryWP PRO

If you like GalleryWP free WordPress Theme, you will love the premium version. GalleryWP PRO is an improved version of...

$25.00
GridSoul PRO WordPress Theme

GridSoul PRO

$25.00

Can't you choose a single theme? Purchase All Themes for $75.

Save money with our low, one-time price for access to all of our 55 WordPress themes.