tema dosyalarının içinde single.php dosyasını bul, içerisinde
<?php the_content(); ?>
kodunu ara ve altına ya da üstüne , nerede gözükmesini istiyorsan
<?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'full' ); } ?>bu kodu ekle
<div id="primary" class="content-area">
<?php
while ( have_posts() ) : the_post();
get_template_part( 'template-parts/content-single', 'page' );
the_post_navigation();hocam bu şeklde kodlar mevcut ama dediğiniz kod yok malesef single içerisinde