So, I was right in assuming I just had to remove this code:
<?php } else { ?>
<a href="<?php the_permalink() ?>"><img class="postimg" src="<?php bloginfo('template_directory'); ?>/images/dummy.png" alt="" /></a>
<?php } ?>
<?php the_excerpt(); ?>
<div class="clear"></div>
And, in theory, that would cause the featured image to be removed when I haven’t selected one?
Thanks for the reply, but it’s not specifically that theme that’s the issue; it’s a general WordPress/PHP question. It just so happens I want to implement it in a different theme.
So, thanks anyway, but would anyone be able to answer my question?
Thanks in advance,
Will