$post_type, 'posts_per_page' => $post_amount, 'orderby' => 'date', 'order' => 'DESC', )); if ($post_type === 'analyses-etudes') : $posts_query = get_last_analyses_etudes_posts(); endif; $posts = $posts_query->posts; $current_post_type = $args['current_post_type'] ?? get_post_type(); ?>