Skip to content

Instantly share code, notes, and snippets.

View lucavlw's full-sized avatar

Luc Page lucavlw

View GitHub Profile
<!-- début boucle -->
<h2>Titre1</h2>
<div class="flex">
<?php $queryAr = new WP_Query(
array(
'post_type' => 'realisation',
'tax_query' => array(
array(
'taxonomy' => 'cat-realisation',
'field' => 'term_id',