<h1><?php the_title();?></h1>
<?php
$feat_image = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );


?>
<img src='<?=$feat_image?>'>
<?php the_content(__('Devamını oku'));?>

deneye bilirsin