Acupuncteur France : trouvez votre acupuncteur en France.
‘cabinet’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => – 1,
‘orderby’ => ‘RAND’,
‘tax_query’ => array(
array(
‘taxonomy’ => ‘profession’,
‘field’ => ‘name’,
‘terms’ => $thisposttitle,
),
),
);
$my_querypsy = new WP_Query($argspsy);
if ($my_querypsy->have_posts()) {
while ($my_querypsy->have_posts()) : $my_querypsy->the_post();
$postid=get_the_ID();
$author = get_the_author();
$author_id = get_the_author_meta(‘ID’);
$fn = get_the_author_meta(‘first_name’);
$ln = get_the_author_meta(‘last_name’);
$nomprat = $fn.” “.$ln;
//$aslug = get_the_author_meta(‘nicename’);
$authorslug = get_author_posts_url( $author_id );
$picture50 = get_avatar( get_the_author_meta( ‘ID’ ), 65 );
$pays = get_post_meta( $postid, ‘pays’, true );
$cp = get_post_meta( $postid, ‘code_postal’, true );
$ville = strip_tags(get_post_meta( $postid, ‘ville_commune’, true ));
$argsmp = array(
‘post_type’ => ‘mon-profil’,
‘post_status’ => ‘publish’,
‘author’ => $author_id,
);
$myvarsmp = new WP_Query( $argsmp );
if( $myvarsmp->have_posts() ) {
while( $myvarsmp->have_posts()) {
$myvarsmp->the_post();
$authortitle = get_the_title();
}
wp_reset_postdata();
}
$outpsy .= “
“.$authortitle.”
“.$cp.” “.$ville.”
“;
endwhile;
$outdisplayliv .= “
“;
} // END if have_posts loop
wp_reset_query();
$argspro = array(
‘post_type’ => ‘professionnel’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => – 1,
‘orderby’ => ‘RAND’,
‘tax_query’ => array(
array(
‘taxonomy’ => ‘profession’,
‘field’ => ‘name’,
‘terms’ => $thisposttitle,
),
),
);
$my_querypro = new WP_Query($argspro);
if ($my_querypro->have_posts()) {
while ($my_querypro->have_posts()) : $my_querypro->the_post();
$protitle=get_the_title();
$propostid=get_the_ID();
$proauthorslug = get_permalink($propostid);
$propicture50 = get_post_meta( $propostid, ‘pro_thumb’, true );
$procp = get_post_meta( $propostid, ‘pro_cp’, true );
$proville = strip_tags(get_post_meta( $propostid, ‘pro_ville’, true ));
if($propicture50==null){
$propicture50=”/mimages/annuaire/avatar_Les_Praticiens.png”;
}
$outpro .= “
“.$procp.” “.$proville.”
“;
endwhile;
$outdisplaypro .= “
“;
} // END if have_posts loop
wp_reset_query();
$totresults = $outpro.$outpsy;
$shuffledstring = explode(‘
‘, $totresults);
shuffle($shuffledstring);
$ok = implode(‘
‘, $shuffledstring);
echo “