REAFACTOR Adapting query with the new type-analyse-etude taxonomy

This commit is contained in:
Antoine M 2026-03-03 17:12:44 +01:00
parent b70102e465
commit 74a1c30417

View File

@ -10,7 +10,7 @@ $authors = get_posts(array(
));
$types = get_terms(array(
'taxonomy' => 'type',
'taxonomy' => 'type-analyse-etude',
'hide_empty' => true,
));