I need help with search results
I want hide this (see picture)?
After removing the code below, the result is the following (see picture)
search.php line 33
code
printf( __("Search for '%s' returned %s results",'appthemes'), $searchTxt, $wp_query->found_posts );
Is it possible remove the box?
Only disappeared the information search, but I also wanted to remove the box
Thanks