Thanks for the fast answer. But I oppened the index.php and inserted the function: (I want to redirect to google per example)
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail();
} else { ?>
<img src=”https://google.com” />
<?php } ?>
But is still not working. What am I doing wrong? Thanks