Accueil
Les avocats
▼
'avocat', 'posts_per_page' => -1, 'orderby' => 'title', 'order' => 'ASC' ); $avocats = new WP_Query($args); // Afficher d'abord Me DEGOMME Lucas $degomme_args = array( 'post_type' => 'avocat', 'title' => 'Me DEGOMME Lucas', // ou utilisez 'name' => 'me-degomme-lucas' 'posts_per_page' => 1 ); $degomme = new WP_Query($degomme_args); if ($degomme->have_posts()) : while ($degomme->have_posts()) : $degomme->the_post(); ?>
👤
have_posts()) : while ($avocats->have_posts()) : $avocats->the_post(); // Exclure DEGOMME de cette liste if (get_the_title() !== 'Me DEGOMME Lucas') : ?>
Contact