'customer',
'posts_per_page' => 4,
'offset' => $client,
);
$query = new WP_Query( $args );
if ($query->have_posts()) :
?>
have_posts()) : $query->the_post();
//echo the_title();
//echo '
';
?>
1,
'offset' => $temoignage,
'cat' => 7,
);
$query = new WP_Query( $args );
if ($query->have_posts()) :
while ($query->have_posts()) : $query->the_post();
//echo the_title();
?>