Get author image for posts in loop on custom type posts page

Looks like you use a page to get the custom post type posts? If you have a custom post type cars you should create a cars-archive.php as template and the url /cars should show your custom post type cars. You created a page to show the post type that’s possible but not the common way.

So copy your code into yourposttype-archive.php and go after that to yoursiteurl.com/yourposttype that should work.