Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category

// WP_Query arguments
$args = array(
	'name'                   => 'busqueda',
);

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