Update: I removed this code from the loop.php and it fixed my problems; idk if it will work for everyone else:
<div class="postimgbox">
<?php if ((function_exists('has_post_thumbnail')) && (has_post_thumbnail())) { ?>
<?php infoway_get_thumbnail(200, 144); ?>
<?php } else { ?>
<?php infoway_get_image(200, 144); ?>
<?php
}
?>
</div>
[Please post markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]