$pageIcon,
"title" => $currentPage->post_title,
"description" => __("En savoir plus sur nos artisans du patrimoine", "metiers-patrimoine-theme"),
));
?>
post_title;
get_template_part(
'template-components/artisans/card-artisans-single',
null,
array(
'post_ID' => $post->ID,
'post_title' => $post_title,
)
);
get_template_part(
'template-components/artisans/card-taxonomies',
null,
array(
'post_ID' => $post->ID,
'post_title' => $post_title,
)
);
?>
'chantiers',
'posts_per_page' => -1,
'meta_query' => array(
array(
'key' => 'artisan',
'value' => $post->ID,
'compare' => 'LIKE'
)
)
);
$chantiers = new WP_Query($args);
?>
posts): ?>
posts as $chantier): ?>
ID);
$date = get_field('date', $chantier->ID);
$city = get_field('city', $chantier->ID);
$pictures = get_field('pictures', $chantier->ID);
?>
post_title ?>
$picture) {
}
?>
post_title;
// write_log($nextPost);
echo '
';
print_r($prevPost);
echo ' ';
?>