$query_args = [
‘post_type’ => ‘post’,
‘posts_per_page’ => $count ?? -1,
‘orderby’ => ‘date’,
‘order’ => ‘ASC’,
‘post_status’ => ‘publish’,
‘ignore_sticky_posts’ => 1
];