diff --git a/single-auteurs.php b/single-auteurs.php deleted file mode 100644 index 337b2e7..0000000 --- a/single-auteurs.php +++ /dev/null @@ -1,151 +0,0 @@ - - - -
- - - -
- -
-
-
- - <?php echo $profilePictureAlt; ?> - -
- -
- -
-
-
- -
-

- Auteur·e - - - - - articles - - - - - -

-

-
-

- -

- - - - - - - -

- - - -
-
-
- -
- -
- -

Dernière publication

- 'articles', - 'posts_per_page' => 1, - 'orderby' => 'date', - 'order' => 'DESC', - 'post_not_in' => array(913), - 'meta_query' => array( - array( - 'key' => 'authors', - 'value' => $author_id, - 'compare' => 'LIKE' - ) - ), - )); - - - if (isset($latestArticle[0])) : ?> - - $latestArticle[0]->ID, - 'showCover' => true, - )); - - ?> - - - -
- 'articles', - 'posts_per_page' => -1, - 'post__not_in' => array($latestArticle[0]->ID), - 'meta_query' => array( - array( - 'key' => 'authors', // Ajustez selon votre structure - 'value' => $author_id, - 'compare' => 'LIKE' - ) - ), - )); - ?> - - - - - - - - - -
- -