If thumbnail image else post title

Please check this page.

if ( has_post_thumbnail( $post_id ) {
    // has thumbnail, so show thumbnail
} else {
    echo the_title();
}

The class exlink appears to be hardcoded and there’s no IF involved so I don’t know what you want to compare it to.