bostondv, Thanks you for the rely the code above put me on the right track and in works with minor modifications.
<?php else: ?>
<div class=”upw-image”>
<img src=”<?php echo get_template_directory_uri(); ?>/library/images/default-project-sm.jpg” alt=”” />
</div>
The problem is that it inserts the image on all posts, even when show thumbnail checkbox is not selected! Do you have any suggestions.