functions.php'ye aşağıdaki kodu ekleyerek dene hocam.

Alıntı
function SearchFilter($query) {
if ($query->is_search) {
$query->set('post_type', 'post');
}
return $query;
}
add_filter('pre_get_posts','SearchFilter');