get_postsのサブループ で合計件数を出力する。

~
$posts_array = get_posts( $args );?>

<?php echo count($posts_array); ?>

https://teratail.com/questions/149931