Through adding
<?php
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail( 'full' );
}
?>
in the single.php I manage at least to show it in the post, but it is displayed before the title. I want to display it behind the title.