single.php dosyanızın içini açtın <?php the_content(); ?> kodunu bulun hemen üstüne
<?php if ( has_post_thumbnail()) : the_post_thumbnail( 'slider', array('class' => '', 'style' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); endif; ?>bu kodu yapıştırın öne çıkartılmış görseliniz yazının içine eklenmiş olacaktır.