Konu
Öne Çıkarılmış Görsel Hakkında Sorun
20-11-2015, 23:17:06
#6
susmus
<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