function my_custom_search_style() {
return 'blog';
}
add_filter( 'wpex_search_results_style', 'my_custom_search_style' );
Snippets: Display Search Results Like Your Blog
All PHP snippets should be added via a child theme's functions.php file.