Hiding carousel indicators if there’s only one post

You can use the condition

<?php
    if($loop->post_count > 1){
        /**
          * so show the carousel counter
         */

    }
?>

File not found.