En recherche d'emploi ?
recrutweb rvb blanc
recrutweb rvb blanc

Search

"; // $args = array( // 'post_type' => 'offres_emploi', // 's' => $term1, // 'tax_query' => array( // array( // 'taxonomy' => 'type_de_contrat', // 'field' => 'slug', // 'terms' => array( $term2 ) // ), // ) // ); $args = array( 'post_type' => 'offres_emploi', 'field' => 'slug', 'terms' => array( $term1 ), 'tax_query' => array( //'relation' => 'AND', array( 'taxonomy' => 'type_de_contrat', 'field' => 'slug', 'terms' => array( $term2 ), ), array( 'taxonomy' => 'lieu', 'field' => 'slug', 'terms' => array( $term3 ), 'compare' => 'LIKE', ), ) ); $loop = new WP_Query($args); if($loop->have_posts()) { $term = $wp_query->queried_object; echo '

'.$term1.'

'; while($loop->have_posts()) : $loop->the_post(); //Output what you want echo '
  • '.get_the_title().'
  • '; endwhile; } ?> " . $terms_splite; ?>