The code above works well, but I can’t figure out how to add an if statement do essentially this:
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail(‘thumbnail’);}
else { ?>
<img src=”<?php bloginfo(‘template_directory’); ?>/images/default-image.jpg” />
<?php } ?>