Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

THOMAS SIMEON

// WP_Query arguments
$args = array (
	's'                      => 'google.fr',
	'pagination'             => true,
	'cache_results'          => true,
	'update_post_meta_cache' => true,
	'update_post_term_cache' => true,
);

// The Query
$query = new WP_Query( $args );