I read many tutorials, and checked many premium/free theme’s source and most of them use loop in the single.php file.
The single.php file only displays one post, so I think the_post()
is enough, while is unnecessary. Is there any reason why these themes (twentyfifteen, twentytwelve, etc..) use loop in the single.php file?