index.php'ye
Alıntı
<?php echo resimgoster() ?>
functions.php'ye
Alıntı
function resimgoster() {
global $post, $posts;
$resimbir = '';
ob_start();
ob_end_clean();
$output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $post->post_content, $matches);
$resimbir = $matches [1] [0];

if(empty($resimbir)){ //Eğer resim eklememişseniz
$resimbir = "/images/default.jpg";
}
return $resimbir;
}
imzamdaki londra sitesinde sagdaki guncel haberler yazan yerin altindakilerde kullaniyorum. ilk resimleri aliyor