<?php
add_filter( 'the_content', 'Poz_ImageString_r10', 20 );
function Poz_ImageString_r10( $content ) {
$ad = '</p><p>
<img class="thumbnail" style="width:228px;height:228px;" src="'.get_post_meta($post->ID, "thumbnail", true).' alt="'.the_title().'" />
</p>';
$content = preg_replace( "/<\/p>/", $ad, $content, 1 );
return $content;
}
?>şunu functions.php içine yapıştırıp bir dener misiniz ?
Hocam resim alanı cıkıyor ama resim gözükmüyor ilk paragraftan sonra ?