function SearchFilter($query) {if ($query->is_search) {$query->set('post_type', 'post');}return $query;}add_filter('pre_get_posts','SearchFilter');
Add this to your theme's functions.php file